This topic is locked
[SOLVED]

 Beginners Problems

1/25/2006 9:36:40 AM
PHPRunner General questions
S
Sebastian Becker author

Hi,
I'm checking out the demo version and it looks impressing.
Nevertheless I failed with setting up multiple user groups, and with finding the new user registration, password reminder and change password pages. Are these options disabled in the demo version?
Another thing annoys me, maybe it's a bug: If I choose to edit fields with the lookup wizard and check "Allow to add new values on the fly" choosing this option does not get saved. I have to check it again each time I open PHPrunner and generate pages.
Besides that, the software looks very promising.

Has anyone compared it with PHPmaker or other tools?
Sebastian Becker

Sergey Kornilov admin 1/25/2006

Sebastian,
to enable new user registration, password reminder etc please proceed to Securitytab in PHPRunner, select Username and password from database option, choose Table, Username and Password fields.
Then click User login settings.
To set up user group permissions please click Advanced..on the same tab then User group permissions.
Thank you for pointing me to "Allow to add new values on the fly" bug.

We'll fix it in the next PHPRunner update,

S
Sebastian Becker author 1/26/2006

Hello, Sergey,
>> to enable new user registration, password reminder etc please proceed to Securitytab in PHPRunner, select Username and password from database option, choose Table, Username and Password fields.
>> Then click User login settings.
>> To set up user group permissions please click Advanced..on the same tab then User group permissions.
I was using the option "hard coded username and password" and the manchined buttons were disabled - that obviously couldn't work, stupid me ...
Maybe the password reminder function could be enabled with hardcoded values in future versions?!
Does the option "encrypt passwords" mean in MD5?
Thanks,
Sebastian

Sergey Kornilov admin 1/27/2006

Sebastian,

Maybe the password reminder function could be enabled with hardcoded values in future versions?!



This feature seems to me to be unnecessary. I never saw password reminders in single-user systems.

However we'll add this to our suggestion list.

Does the option "encrypt passwords" mean in MD5?



Yes. MD hashes are stored in database table instead of passwords.