mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Document the adding of OCP\User\Backend\IProvideEnabledStateBackend
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
a77b5c9b77
commit
a2f4969d7a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user