This topic is locked
[SOLVED]

 Problem Setting up Dynamic Security

2/8/2011 6:10:28 PM
PHPRunner General questions
L
LarryM author

Hello,

I'm using phpRunner 5.3 on Windows Xp and WAMP Server.

My project has been working fine with the Hard Coded Login page.

Now I'm trying to set up User Name and Passwords from Database.

for this project I'm using Microsoft Access 2003 Database.

  1. I've created a table called users with 3 fields, UserID as primary key, UserName as Text, UserPassword as text
  2. Under Security, I select the User table, UserName, and UserPassword
  3. Under User Login settings I choose Registration Page and Encrypt Passwords
  4. Under Advanced, I leave everything unchanged
  5. Under Permissions, I choose Dynamic Permissions
  6. My 3 ug tables are created and it ask for my admin credentials.
  7. As soon as I type in admin and password, I get a Crash ..Report Problem to Microsoft

    What am I doing wrong?
    Thanks,

    Larry

Sergey Kornilov admin 2/8/2011

Hard to tell what might be causing this.
Just in case try turn off password encryption.

L
LarryM author 2/9/2011

Thank You, I'm happy to say that your solution worked. After turning off encrypt, I was able to create my admin user, then I used the encrypt.php as outlined in the Articles section, 'How to encrypt passwords in the database', went back and turned encryption on, and was able to login with the password encrypted.
PROBLEM SOLVED