Hi,
Does anybody know how to change the password of IFSAPP? When I try to do this the ‘normal’ way, the following Error Message pops-up: IFS Application Owner can not be changed using this method.
Hi,
Does anybody know how to change the password of IFSAPP? When I try to do this the ‘normal’ way, the following Error Message pops-up: IFS Application Owner can not be changed using this method.
Did you experience the same when you tried via the login screen? What is the Authentication mechanism used in the Application?
If you use Database Authentication, you will be able to change the password from the login screen. For other authentication types such as SSO or LDAP, the password cannot be changed on the login screen.
Therefore, if you need to change passwords for internal users such as IFSAPP, you have to do it directly within the database. (ALTER USER command)
ALTER USER <username> IDENTIFIED BY <new_password>;
Note :
- C:\XXXXXX\ifs_home\instance\DEV8\conf\ ifs.properties
There’s an entry called ifs.changePasswordEnabled=true
Normally when running the installer, if you select the authentication type as ‘Database’ then this property ‘ifs.changePasswordEnabled’ should be set to ‘true’.
If you are using DB authentication and still cannot change the password,…..
If not you can change the property file to true and restart the application server. For that:
- Change the value of the property ifs.changePasswordEnabled to true and Save the file
- Execute the “stop_all_servers.cmd”
- Execute the “start_all_servers.cmd”
Hi
Thank you, I managed to change the password. We use Database Authentication, so it was easy to change.
Do you also know if I can change the passwords of all the other IFS users without any consequences in the system? See my list below. I also want to change the passwords of these users.
Kind regards, Simon
IFSINFO |
IFSSYS |
IFSADMIN |
IFSPRINT |
IFSUSER |
SYS |
SYSTEM |
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.