Customize admin login

0
When I turn on the security, I can access the administrator by either using demo_users or MxAdmin. Is there any other way to customize admin login  with different credentials with out using the previous  two method
asked
2 answers
1

Hi Rajat,

Yes, its possible.

Setup a after startup microflow and create a user account with Administrator role and creds that you’d want. You should override the password later via screen so that anybody who has access to the code cannot simply login with the credentials.

However you can also check the documentation here and just change the general MxAdmin to something custom if that suffices your use case.

answered
0

Hi Rajat,

you could create a new local user with the Administrator User Role. Just use the Account Overview page of the Administration Module while being logged in as MxAdmin.

answered