Maybe I`m blind :)

foxxx

Joined: 2009-04-20
Posts: 1
Posted: Mon, 2009-04-20 09:48

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?

 
alecmyers

Joined: 2006-08-01
Posts: 4338
Posted: Tue, 2009-04-21 10:55

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.