pluck-cms / pluck

Central repo for pluck cms
http://www.pluck-cms.org
56 stars 39 forks source link

Lost password #10

Closed FransHeitkamp closed 10 years ago

FransHeitkamp commented 10 years ago

I have somehow lost my password to Pluck. I still have FTP access. I read somewhere instructions how to change the password, but I cannot find it back.. Can somebody help me?

neoromantique commented 10 years ago

You can change password hash inside {cmsroot}/data/settings/pass.php

I believe it is SHA256, but don't quote me on that.

FransHeitkamp commented 10 years ago

Hi David,

Thanks a lot. That was it.

Regards Frans

David schreef op 7-8-2014 12:52:

You can change password hash inside {cmsroot}/data/settings/pass.php

I believe it is SHA256, but don't quote me on that.

— Reply to this email directly or view it on GitHub https://github.com/pluck-cms/pluck/issues/10#issuecomment-51457035.


Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com

FransHeitkamp commented 10 years ago

Hello David,

Thanks again. FYI it is SHA512. I manage to recover.

Regards Frans David schreef op 7-8-2014 12:52:

You can change password hash inside {cmsroot}/data/settings/pass.php

I believe it is SHA256, but don't quote me on that.

— Reply to this email directly or view it on GitHub https://github.com/pluck-cms/pluck/issues/10#issuecomment-51457035.


Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com

neoromantique commented 10 years ago

Alright, glad it was solved.

billcreswell commented 10 years ago

Thanks @Neoromantique