Unable to change password of user.

DLJonsson

Well-known member
Hi Dadabik,

On the front end I log in as admin.
In the column I click Users and see the grid of users.
I click on user number 5 'richard'
The user screen that appears is inaccurate
id_user = 5
Username* = 'root'
First name = 'David'
Lastname and Email are also not what appears in the grid.

If I change User name, First name, Email and other fields
and reopen the record to edit again I see it has still displays
'David' and not 'Richard' as username and that no fields
have changed.


Please advise






Too many failed attempts, your account has been blocked.
 

eugenio

Administrator
Staff member
Hello,
so basically when you open in edit a record of the users table, you don't see the right values, right?

Are you using the default users table (dadabik_users) or a custom users table?

Can you paste here the URL you see in the browser when you have the edit form open?

Can you check, from phpmyadmin or other db admin tools, in the table dadabik_table_list, for the record where name_table is "dadabik_users", the value for the field pk_field_table?
 

DLJonsson

Well-known member
Hi,

We are using the default databik_users table.
Later this week I'll drill into the schema as you instructed
and verify pk_field_table.

I'll also looking into rebuilding MySql index that should be rebuilt?

Immediately I should report, I found a workaround by simply adding
a new user. The issue I mentioned on further testing seems to be
limited to editing an existing customer.

No reply needed yet, allow me sometime to drill further for more details.

Thanks.
 
Top