I am using the administration module so that users can create their own account from the log in page. I created a “new account” button on the home page, from there it calls the microflow Administration.NewAccount. After I put in all the information, I try to sign in using the information but it doesn’t go through. The only time it works is when I put in the usual MxAdmin username and 1 password. Is there a way so that I can log in using the new accounts I have created?
asked
Sarah Dunne
2 answers
1
Hi Sarah,
Before trying to sign, Did you created your Account.
You can login only when your account has been created.
answered
Arunkumar Sampath
0
Hi Sarah,
Since you are using Administration module, you dont need to add any button to homepage. Just call the ‘Account_Overview’ page in your navigation. Then login as MxAdmin and you will find the accounts page to create users. After creation try to login the created users. Hope it works.