I have been searching this forum for hours and i did not find an answer to my question.
I think my problem is not so BIG but still askig your HELP. I'll try to be simple.
Is there a way to remove hashing passwords from new registered users on my 2.3 gallery.
Which file need to be edited and how?
Can anybody help me on this?
Posts: 4338
The password hashing and checking functions are in modules/core/classes/GalleryUser.class - look for functions
isCorrectPassword($password) {
and
changePassword($newPassword) {
Good luck with your modifications.