Posts: 18
Threads: 5
Joined: Jun 2016
Is the admin email address stored in multiple places or just one? Where?
What are the consequences of having no email address, just having it blank, for the admin account?
Because I did fill in an email when installing the site, but there was an email send error, and the email field is blank once I finished the installation.
Posts: 1,247
Threads: 82
Joined: Feb 2011
You cannot recover access to GS admin when you forgot your password. Afaik that's the only thing..
Posts: 1,129
Threads: 137
Joined: Feb 2012
(2016-07-01, 18:33:46)datiswous Wrote: You cannot recover access to GS admin when you forgot your password. Afaik that's the only thing..
And it's stored in Admin/Users in an xml file.
Now I think - do some plugins use it? p01contact? GSBlog?
Posts: 18
Threads: 5
Joined: Jun 2016
(2016-07-01, 18:33:46)datiswous Wrote: You cannot recover access to GS admin when you forgot your password. Afaik that's the only thing..
But, since I have FTP access I could just manually edit the password in the admin user xml file right?
Posts: 1,129
Threads: 137
Joined: Feb 2012
(2016-07-01, 20:38:33)ferby Wrote: (2016-07-01, 18:33:46)datiswous Wrote: You cannot recover access to GS admin when you forgot your password. Afaik that's the only thing..
But, since I have FTP access I could just manually edit the password in the admin user xml file right?
Not exactly. The password is encrypted. But if you copy the encrypted form of a known password from another GetSimple site, that will get you in.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Its sha1
If using a salt in gsconfig you will also have to turn that off when you change it
Posts: 6,266
Threads: 181
Joined: Sep 2011
Sending probably failed because you either do not have smtp or you can try setting the from account in gsconfig
Posts: 18
Threads: 5
Joined: Jun 2016
Thanks for the clear and quick answers!