Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore CMS Creating new user and role

Can anyone help me with issue I get when trying to sign up with new user created? It says: "You do not have access to the system. If you think this is wrong, please contact the system administrator."

I've created new role, added member to that role, double checked user's password and enabled user. I've also set the domain to sitecore.

Any ideas? Thanks!

like image 424
umbracoKid Avatar asked Jul 10 '13 11:07

umbracoKid


People also ask

How do I add a user to a role?

To assign a user to a user roleIn the Edit User Role dialog box, click Users. On the Users page, click Add. In the Select Users or Groups dialog box, type the name of a user or group that you want to add to this user role, click Check Names, and then click OK. In the Edit User Role dialog box, click OK.

How do I give admin access to Sitecore?

To assign access rights to a role or a user: On the Sitecore Launchpad, click Security Editor. In the Security Editor, in the Roles and users group, click the user or role that you want to assign the access rights to, for example My Role.

Where are Sitecore roles stored?

In Sitecore, the roles are stored in the membership provider, default in the core database in . net membership tables, not in Sitecore items.


1 Answers

Your user should be a member of Sitecore Client Authoring role:

Sitecore Client Authoring
Sitecore Client Authoring provides access to basic item editing features and applications.

Either assign this role to your user or change your role to inherit from Sitecore Client Authoring.

More information can be found in Sitecore Security Reference

like image 84
Marek Musielak Avatar answered Oct 03 '22 05:10

Marek Musielak