A DB Connection Information for Write Access is necessary in case the end user shall be able to save/change passwords in the WebOffice 10.7 SP1 clients.

DB connection information for write access configuration
Property |
Description |
Minimal size |
Minimal count of characters in a password. Space at the beginning or at the end are ignored. The maximal size is 64. |
Minimal count of digits |
Minimal count of digits in a password. |
Minimal count of letters |
Minimal count of letters in a password. |
Minimal count of special characters |
Minimal count of characters that are neither digits nor letters. |
Differs from user id |
Specifies whether the password has to differ from the user id (true) or not (false). |
Maximum password age (in days) determines how long users can keep a password before they have to change it. The aim is to periodically force users to change their passwords. Note: A value of zero specifies that passwords DO NOT expire! |
|
DB-Connection parameter |
Database Connection information is needed for WebOffice 10.7 SP1 in order to read user role and access rights information from the User Management database. Note: See chapter Database Connections for details on database connections as well. Note: If you like to use a SQLite file as a UserManagement database the following database connection parameters have to be used: jdbc:sqlite: C:/work/mydatabase.db (Windows) jdbc:sqlite: /home/leo/work/mydatabase.db (Linux, Mac OS X) |
DB user name |
Database user name to provide (write) access to the database. Note: If the connection points to a MS Access DB, that is not secured via user/pwd, please configure the default user Admin. |
Password |
Password of the database user. |
Oracle database schema |
Name of the oracle shema when different from the one of the user |
DB connection information for read access configuration
Note: Additionally to this configuration, you have to add the according tool in the WebOffice 10.7 SP1 project configuration. See chapter Change Password for details.
Note: The expiration date of the password is set in WebOffice usermanagement as Password Expiration for Users.
Note: See chapter Login Page for details about the login and the password change in the WebOffice 10.7 SP1 client.