Why am I getting an Access Denied error when trying to log in to my website?
When pulling your application in Cloud IDE, Acquia automatically sanitizes your database for security purposes. In other words, Acquia obfuscates sensitive user data such as (but not limited to) email addresses and passwords.
This means you will get an Access Denied error (403) when trying to log in to your website at /user/login
. Instead, run the following Drush command from your /home/ide/project
directory to obtain a one-time login URL.
drush uli
https://<UUID>.web.ahdev.cloud/en/user/reset/1/1649572871/<TOKEN>/login
To override the default behavior, run the following command:
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.