I can login and use my site just fine under the admin user, however if I add an additional user and try to login under that account I get the error of "ERR_TOO_MANY_REDIRECTS" in chrome and any other browser. What might I be doing wrong here? I am on version 4.1.5
Hmm, how was the additional user added? As a new registration or through the admin panel?
Via the admin panel manually.
Okay, and this is a regular User you are trying to login as or a new Administrator? If it is an Administrator, you may need to go and add the User permissions to that account.
Can you describe a bit more of what you do that brings this issue?
Okay, I'm just trying to picture it...so you made a change to the custom_login_script.php...no problem there. The index.php file you're talking about is at the base level of your website? Not in users/ or usersc/ right? Again, just trying to picture it.
When admin logs in, it is fine and they can visit pages and things.
When a newly created user logs in, you get a too many redirects error?
What about when the default "user" account logs in?
Never mind I'm an idiot! Didn't realize I was needing to add access rights to all the private pages I was creating. That was the issue. Appears admin is added by default to all private pages regardless. Sorry for the hassle.
Yes, the default admin account has access to everything (it is part of the securePage function). Glad it is resolved.
Dear Brian,
How I add permit for new admin account? I have same problem but I can't solve.
Thanks
One way is through the Users panel, select the user, then select the Administrator group to add that user to.
The other way is through the Permissions panel, select Administrator, then select the user and click to add them.