Manual for OpenEstate-ImmoTool


Reset the password of a database user

This chapter describes different approaches how to reset the password of a database user.

Reset the password via AdminTool

If the password of a database user got lost, the administrator can login to AdminTool and assign a new password for the user in the user management (see "Manage user accounts").

Reset the password without administrator access

If the password of the database administrator is not known anymore, you can follow these steps in order to reset the password:

  1. Stop ImmoTool-Server, if it is currently running.

  2. Open the db.script file from the database directory in a text editor. By default the database directory is placed in the data/immotool subfolder of the data directory.

  3. Search in the db.script file for a line starting with:

    CREATE USER SA PASSWORD DIGEST
    

    Replace the line with the following line:

    CREATE USER SA PASSWORD DIGEST '16d7a4fca7442dda3ad93c9a726597e4'
    
  4. Save the modified db.script file and restart ImmoTool-Server.

  5. The password of the database administrator SA was changed to test1234. From now on you can use this password to login to the database via AdminTool / ImmoTool.

Table of contents

last modified at 03/04/2019 at 03:00 AM (CET)

Creative Commons License This documentation is licensed under the terms of Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License.