Elxis CMS Forum

Support => General => Topic started by: kyomar on June 07, 2019, 17:43:52

Title: Cannot login after upgrade to 5.0 [solved]
Post by: kyomar on June 07, 2019, 17:43:52
Hi, thanks for the latest elxis 5.0. The upgrade from 4.6 to 5.0 worked flowlessly except that I cannot login anymore. Message: wrong password. Any ideas? Thank you!
Title: Re: Cannot login after upgrade to 5.0
Post by: Blacksoll on June 07, 2019, 18:11:06
See here. Same problem resolved...
https://forum.elxis.org/index.php?topic=9023.msg57346#msg57346
Title: Re: Cannot login after upgrade to 5.0
Post by: datahell on June 08, 2019, 10:12:23
Most probably you used the prior to Elxis 4.3 password encryption library which is now deprecated.
You can change your password easily by following these instructions:

https://forum.elxis.org/index.php?topic=6687.msg55910#msg55910 (https://forum.elxis.org/index.php?topic=6687.msg55910#msg55910)
Title: Re: Cannot login after upgrade to 5.0
Post by: kyomar on June 08, 2019, 19:23:04
Thanks Blacksoll and datahell, something seems to be really wrong with my elxis installation. The script doesn't seem to work (same as in 2016). After inserting the code in index.php and running it with the username and new password as described all I get is "website is offline" (set website to offline before upgrading). I didn't try the trick with the old copy of crypt.helper.php file. I really would like to solve this once and for all.
Title: Re: Cannot login after upgrade to 5.0
Post by: Blacksoll on June 08, 2019, 19:33:23
Edit your configuration.php at line  private $ONLINE = 1;  to put the site online and the code will work.
Title: Re: Cannot login after upgrade to 5.0 [solved]
Post by: kyomar on June 10, 2019, 09:00:38
That did the trick - all good. Thanks a lot Blacksoll and datahell for your help, greatly appreciated.