This topic is locked
[SOLVED]

 Problem With Adding Users Through The Admin Area

5/9/2013 9:56:09 AM
PHPRunner General questions
S
Suety29 author

Hi All,
I am using dynamic permissions in my application. I am able to add a new user record when i use the users.php form generated by phprunner for my users table. When i try to add a new user record in the Admin Area on the Add/Edit Users Tab I am unable to do so. I see that the add new button on this tab uses a custom view which was generated by phprunner for the dynamic permissions option and that it uses my original users.php form with the same events to check whether the password and confirm password field is the same. However, in the Admin Area I receive a "Password does not match error".
Can anyone help?

Sergey Kornilov admin 5/9/2013

It's hard to tell what might be wrong without seeing your application.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

S
Suety29 author 5/15/2013



It's hard to tell what might be wrong without seeing your application.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.


I was able to resolve the issue on my own. It was a problem with the code in my "before record added" event.
Thanks!