Skip to content

Commit 56fbd8b

Browse files
authored
Merge pull request #11283 from nextcloud/feat/document-ocp-iprovideenabledstatebackend
Document adding of OCP\User\Backend\IProvideEnabledStateBackend
2 parents 7e546f8 + ef65426 commit 56fbd8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -163,6 +163,7 @@ Added APIs
163163
* 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)
164164
* ``OCP\Authentication\Token\IProvider::getToken`` to get a token by its token string id
165165
* ``OCP\Authentication\Token\IToken`` public interface for tokens returned by the function above. Please use those instead of things from ``OC`` namespace.
166+
* ``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).
166167

167168

168169
Changed APIs

0 commit comments

Comments
 (0)