Fabrik Juser plugin generate wrong password hash

simbus82

New Member
I'm using a Fabrik form to generate joomla user accounts.

I receive an email, all works without errors... but when i try to login with generated password, i can't login and i receive the wrong password error.

i see in DB the hashed password (joomla 2.5, php 5.3) but i can't login, if i hash my password with one of hundred sites that do this...and re-write it in db... now i can login without problems.

it seems that Fabrik do a wrong job to hash the password.

My password is generated in a calc field with a random pass generator in php, and then in juser plugin i have selected this field for "password".
The username is generated from simple name field.
 

Attachments

  • juser-form-plugin.JPG
    juser-form-plugin.JPG
    36.9 KB · Views: 403
  • password-calc-field.JPG
    password-calc-field.JPG
    46 KB · Views: 356
Do not use calc element for password. Just use field element with eval. Remember put the code in the default area. If don't want user edit the password, just set the field element with read only = yes.
 
Can i use the same code that i have in "calc"? Do you think is a right code?

Thanks!!!

Edit: wow it works!!!! THANKS!!!
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top