I have an issue with creating Umbraco users on v6.2.5.
While logged in, navigating to the user section, everything loads as expected. Can open/edit pre-existing users, etc.
However when trying to create a user, the new user isn't created.
steps:
Right-click on users and click create > 'user create' dialog pops up
Populate the "Name" field with something > click dialog's "Create" button
The 'create user' dialog closes, the tree refreshes, but no new user is created (new user is not show within the tree or added to the table 'umbracoUsers' with DB), the edit user view is also not displayed.
I've checked the logs located in /App_Data/Logs/ & checked the machine's event viewer, in both cases, there is no information about why the user wasn't created.
If anyone could point me in a direction of how to solve the issue, it'll be greatly appreciated.
Thanks for the reply. Should of mentioned this in the original post.
Unfortunately, there is also nothing being thrown within the browser's console. I can see the call being made etc within the network tab of the console and it all looked correct.
Unable to create an Umbraco User
Hey All,
I have an issue with creating Umbraco users on v6.2.5.
While logged in, navigating to the user section, everything loads as expected. Can open/edit pre-existing users, etc.
However when trying to create a user, the new user isn't created.
steps:
I've checked the logs located in /App_Data/Logs/ & checked the machine's event viewer, in both cases, there is no information about why the user wasn't created.
If anyone could point me in a direction of how to solve the issue, it'll be greatly appreciated.
Thanks in advance, Joshua
Hi Jcr,
Sounds like a front-end issue. Try creating a user again, this time with your browser console open to see if there are any errors occurring.
I recall having a similar issue that was caused by a 404 on a file that wasn't deployed to the server.
Steven
Hi Steven,
Thanks for the reply. Should of mentioned this in the original post.
Unfortunately, there is also nothing being thrown within the browser's console. I can see the call being made etc within the network tab of the console and it all looked correct.
Regards Joshua
is working on a reply...