yasuki_core.accounts.users.unban_user#
- unban_user(conn, user_id)[source]#
Lift a ban: clear the row’s flag and reason and drop the identity’s tombstone.
The inverse of
ban_user(). Removing the tombstone lets the identity sign in again. Return whether a user was there to unban.