Skip to content

Commit

Permalink
usermanager: add missing unlock_user export.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Apr 9, 2020
1 parent 5ec29ad commit 365f484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/usermanager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ _M.delete_user = delete_user;
_M.get_sasl_handler = get_sasl_handler;
_M.get_provider = get_provider;
_M.is_locked = is_locked;
_M.unlock_user = unlock_user;
_M.is_admin = is_admin;
_M.account_type = account_type;
return _M;

0 comments on commit 365f484

Please sign in to comment.