mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Merge pull request #331 from Diaoul/patch-2
Fix ActivateUserCommand docstring
This commit is contained in:
@@ -124,7 +124,7 @@ class DeactivateUserCommand(_ToggleActiveCommand):
|
||||
|
||||
|
||||
class ActivateUserCommand(_ToggleActiveCommand):
|
||||
"""Deactive a user"""
|
||||
"""Activate a user"""
|
||||
|
||||
@commit
|
||||
def run(self, user_identifier):
|
||||
|
||||
Reference in New Issue
Block a user