GetSimple Support Forum
questions about admin email address - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: questions about admin email address (/showthread.php?tid=8543)



questions about admin email address - ferby - 2016-07-01

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.


RE: questions about admin email address - datiswous - 2016-07-01

You cannot recover access to GS admin when you forgot your password. Afaik that's the only thing..


RE: questions about admin email address - Timbow - 2016-07-01

(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?


RE: questions about admin email address - ferby - 2016-07-01

(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?


RE: questions about admin email address - Timbow - 2016-07-01

(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.


RE: questions about admin email address - shawn_a - 2016-07-01

Its sha1
If using a salt in gsconfig you will also have to turn that off when you change it


RE: questions about admin email address - shawn_a - 2016-07-01

Sending probably failed because you either do not have smtp or you can try setting the from account in gsconfig


RE: questions about admin email address - ferby - 2016-07-01

Thanks for the clear and quick answers!