This topic is locked

Password

7/18/2010 7:53:45 AM
PHPRunner General questions
W
webdino author

I have another question
when I have a table with user_name and password in my database mysql
How can I say the PHPR that the password is crypted with md5 or mysql save this like insert into user set passwort=password('your password')

and how can I save the user which has edit the data in my programm
thanks

A
ann 7/19/2010

Hi,
to crypt password field with md5() function proceed to the User Login Settings dialog on the Security tab, check Encrypt password option. This encryption will work only on the registration and remind password pages. To apply it to any other page use one of the events on the Eventstab. Here is a sample Before record added event:

$values["FieldName"] = md5($values["FieldName"]);



To save users actions proceed to the Audit trial dialog on the Security tab and choose one of the options: Log to database or Log to file.

W
webdino author 7/23/2010

Hello,

it does not work

i have set in the security tab encrypted password

and have registered a user on the register page without aktivation
when i try to login the check fails and i can´t login to the programm whats wrong?

i have no event and a table like user_id User_name passwort and phprunner also has saved the data

permissions are not restricted

A
ann 7/23/2010

Hi,
it's difficult to tell you what's happening without seeing actual files.

Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. 'Demo Account' button can be found on the last screen in the program.