I have tried to install Drupal 7.x on AWS by using cloudformation but after the installation, while connecting to the RDS admin the administrator email is not updating.
In the users
table,enter image description here I am able to find all the schema that I have given while installing the Drupal site except for mail(Default)
. The mail
field is filled up with "[email protected]"
, and I am unable to find my email in the table. Due to this result, am unable to reset my password and also create new users. New users also don't receive emails from the admin.
I am able to see my email in the Drupal site but in the database, I see "[email protected]"
(the default value). What could be going wrong here?