Skip to content

Commit

Permalink
Merge pull request #11353 from nextcloud/backport/11283/stable28
Browse files Browse the repository at this point in the history
[stable28] Document adding of OCP\User\Backend\IProvideEnabledStateBackend
  • Loading branch information
come-nc authored Dec 4, 2023
2 parents a77b5c9 + a2f4969 commit d633c49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Added APIs
* 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)
* ``OCP\Authentication\Token\IProvider::getToken`` to get a token by its token string id
* ``OCP\Authentication\Token\IToken`` public interface for tokens returned by the function above. Please use those instead of things from ``OC`` namespace.
* ``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).


Changed APIs
Expand Down

0 comments on commit d633c49

Please sign in to comment.