Trabla: IDempiere ERP: convert plain text passwords to hashes
iDempiere Business Suite, also known as OSGi + ADempiere, is an open source Enterprise Resource Planning (ERP) software. It has also customer relationship management (CRM) and supply chain management (SCM) functions. It is in contrast to proprietary or most other open source ERP solutions driven only by a community of supporters. iDempiere is a winner of Infoworld's Bossie award for best open source software application, awarded in 2015 and 2016.
Idempiere Official Site: http://www.idempiere.org/
Sponsored by: MM Cargo Services http://www.mmcargoservices.co.za/
By default user passwords are plain text in database. In this tutorial we will convert plain text passwords to hashes
Solving:
1. First - open pgAdmin III database client
- open table ad_user
- make sure passwords are not hashes
2. Login into iDempiere ERP as SuperUser,
select client - System
select Role - System Admin...
3. In iDempiere Menu search fields type - passwords
You will see process - "Convert passwords to hashes"
- Run it.
4. open pgAdmin III database client
- open table ad_user
- check passwords are hashes now
Hooray !!! :)
No comments:
Post a Comment