Restrict superuser, eval mode offer bizadmin once it exists so evaluators can see all the things now restricted to superuser

This commit is contained in:
2022-08-24 18:44:25 +00:00
parent 5c2e5138e4
commit 5f4f090a9f
2 changed files with 4 additions and 1 deletions

View File

@@ -1754,7 +1754,7 @@ namespace AyaNova.Util
{
User u = new User();
u.Active = active;
u.AllowLogin=true;
do
{
u.Name = Fake.Name.FullName();