Ir al contenido
Menú
Se marcó esta pregunta
4 Respuestas
11341 Vistas

Hi, I changed the admin username in the settings of OpenERP 7.0 and now when I log in I have minimal rights in the settings screen and cannot undo my changes.

Does anyone know how I can reset the admin user?

Thanks in advance!

Nathan

Avatar
Descartar
Mejor respuesta

Hi Mr. Nathan ,

did you change login field value , plz be that "admin"

it might be used in domin (for security) for various model (object)

just change value of User field

then there will no be any effect for access

Avatar
Descartar
Autor

Yes, I changed the login field value in the user settings. How can I change the value of the "User field", where can I find this?

just let it be same (admin) just change the user field value for display purpose, "admin" might be used in access right rule , that why you can't see all the accessibility

Autor

problem is that I can't change any user settings anymore........

you can change,, just change name according to you , don't change login

Autor

that's my problem, I can't change any user settings anymore, the "users" menu has disappeared since changing the username.

Mejor respuesta

Hi Nathan,

Were you able to find a solutions to your problem, I have a same problem

Avatar
Descartar
Mejor respuesta

I suspect your only hope is to edit the database. :-(

Although it answers a different question, you might learn how you can do that from this post : https://accounts.openerp.com/forum/Help-1/question/478#487

Your problem, I think, is that the label admin has special significance in OpenERP, just like root has special significance in Unix systems. If you want to always use a different UID, (as is considered best practice in most operating systems), you need to create a new user for that, and give as many privileges as possible to that user.

Even then, that user may have some limitations.

Avatar
Descartar
Autor

thanks, I've edited res_users in the database and changed user with ID "1" back to "admin", unfortunately after logging in I still can't see all the menu's in "Settings". Do I need to change anything else?

Mejor respuesta
  1. Log into your PostgresSQL database
  2. Run this to find the User ID of your admin user: select id,login from res_users;
  3. Run this to give you access back to the settings: Insert into res_groups_users_rel values (the_id_found_in_step_2, 2);

Hope it helps.

Viet

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
ago 24
1711
5
dic 24
33170
0
mar 15
3049
1
jun 25
3082
3
oct 23
430