Skip to content
Snippets Groups Projects
Commit 4defb017 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add aup value to add account

parent 7289fd11
No related branches found
No related tags found
1 merge request!124Feat aup
...@@ -58,6 +58,7 @@ rc_util.add_account( ...@@ -58,6 +58,7 @@ rc_util.add_account(
email=args.email, email=args.email,
full=args.full_name, full=args.full_name,
reason=args.reason, reason=args.reason,
aup=False,
) )
print(f"Account for {args.username} requested.") print(f"Account for {args.username} requested.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment