Skip to content

Commit d633c49

Browse files
authored
Merge pull request #11353 from nextcloud/backport/11283/stable28
[stable28] Document adding of OCP\User\Backend\IProvideEnabledStateBackend
2 parents a77b5c9 + a2f4969 commit d633c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Added APIs
164164
* WebAssembly compilation and execution in worker threads is not affected by this directive (browsers allow compilation and execution of WebAssembly in worker threads by default)
165165
* ``OCP\Authentication\Token\IProvider::getToken`` to get a token by its token string id
166166
* ``OCP\Authentication\Token\IToken`` public interface for tokens returned by the function above. Please use those instead of things from ``OC`` namespace.
167+
* ``OCP\User\Backend\IProvideEnabledStateBackend`` for user backends that wants to alter disabled state of users (used by user_ldap to mark remnants as disabled if the option is enabled).
167168

168169

169170
Changed APIs

0 commit comments

Comments
 (0)