mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-27 15:54:16 +00:00
fix: User role was not assigned upon creation (#860)
This commit is contained in:
@@ -845,7 +845,7 @@ def api_add_account_user(account_id, user_id):
|
||||
user.username, account.name))
|
||||
|
||||
history = History(
|
||||
msg='Revoke {} user privileges on {}'.format(
|
||||
msg='Add {} user privileges on {}'.format(
|
||||
user.username, account.name),
|
||||
created_by=current_user.username)
|
||||
history.add()
|
||||
|
Reference in New Issue
Block a user