Hi.
I have an OTRS set up for use with my project, which is written in Java. I want to make so every user registered in my system would be automaticaly registered in OTRS. As far as I could understand, OTRS doesn't have REST API for user registration, so the only option seems to be adding users straight to database (postgres).
The question is: what algorithm is used for password encryption? It doesn't seem to be MD5 used in postgres MD5() function.
Password encryption
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Password encryption
You should write a module that confirms CustomerAuth authentication against your external database.
It's not that difficult, and there are examples on the forums.
You can either confirm they're already logged in to your java app or you can push login/password to your java app's auth api and ask it to confirm.
It's not that difficult, and there are examples on the forums.
You can either confirm they're already logged in to your java app or you can push login/password to your java app's auth api and ask it to confirm.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask