Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Lost admin password. Can I simply change it in odoo.conf?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
passwordadministratorOdoo 16
2 Respostes
2231 Vistes
Avatar
Panos Anagnostakis

A friend of mine has a windows installation of Odoo 16 in a pc at his work. He wanted to backup the db, but he's lost and doesn't remember the database manager password.

I've read that in this case, you can simply change the database manager password in odoo.conf with a new one in plaintext. Is this safe? Because the database data is crucial (it's patients data, he is a doctor). Is there any possibility that he will lose connection with the database or the db will be erased?

Also, I've read that the database manager password in odoo.conf is sha encrypted. Can it be replaced with a plain text one?

Lastly, in Odoo 16 windows, where is odoo.conf located?

0
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,


Yes, it’s totally safe to change the database manager password by editing odoo.conf — it won’t affect your data at all.


Just open odoo.conf and look for the line that says admin_passwd.

Replace the value with a new password in plain text like this:


admin_passwd = mynewpassword

This password is not encrypted, and that’s normal. Odoo stores it in plain text in the config file.


Changing it won’t disconnect or delete your database — it only changes the password used to access the database management screen (where you can create, restore, or drop databases).


Once you save the file, restart the Odoo server, and you’ll be able to log into the database manager with the new password.


On Windows, where is odoo.conf?

If your friend used the standard Odoo installer, it’s usually here:


C:\Program Files (x86)\Odoo 16.0\server\odoo.conf


Hope it helps

0
Avatar
Descartar
Avatar
Christoph Farnleitner
Best Answer

The value of admin_passwd in odoo.conf can be simply replaced by the text-representation of your desired, new password for interactions with /web/database/manager, yes.

Upon restarting the server, Odoo should automatically encrypt it again.

About "Is there any possibility that he will lose connection with the database or the db will be erased?" - no, the admin_passwd's sole purpose is to prevent unauthorized access to the GUI of /web/database/manager actions.

Note: There are cases, where the encryption does not happen automatically, in that case you could simply read the password from the file.


Where exactly the odoo.conf file is located depends on your setup. A installation from source (i.e. if you've downloaded a zip or cloned the github repository) could be anywhere. A installation using the executable (.exe) also allows you to specify the path of installation. By default it should be something like C:\Program Files (x86)\Odoo 16.0\server\odoo.conf (but it's  along while since I've installed Odoo on a Windows machine, so just look out for common folders) - you should find the file in there.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
How to recover the Admin password Solved
password recover admin administrator
Avatar
Avatar
Avatar
Avatar
Avatar
5
de jul. 24
93633
Admin Password lost Solved
password lost admin administrator
Avatar
Avatar
Avatar
2
de març 15
7075
Odoo in sharepoint
Odoo 16
Avatar
Avatar
1
de nov. 25
245
updateControlPanel, _setMode do not work property in odoo 16
Odoo 16
Avatar
Avatar
1
de jul. 25
1040
Password Reset Link redirect to account.odoo.com
password
Avatar
0
de maig 25
2429
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now