- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Failed accessing remote user-service: java.lang.IllegalStateException: Deprecated saved password hash for user 'remote_user'.?
Hello Team,
While editing and after doing some chnage and tried to save it again, the projectsettings template in the Page Template throws below error in the UI screen left bottom corner,
(de.espirit.firstspirit.agency.UserServiceDelegatingSpecialistsBroker$BrokerAgentImpl): Failed accessing remote user-service: java.lang.IllegalStateException: Deprecated saved password hash for user 'remote_user'.
- Can't come out of Edit mode.
Thank you.
regards,
Siva
- Labels:
-
Developers
-
Project Usage
- Tags:
- site_architect
- user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Siva,
looks like the password for the user still has the โoldโ format somewhere (there has been a change in the hashing mechanism quite a while ago).
First you can go to the ServerManager, โedit usersโ and look for the user in question in the user list - if it is highlighted yellow there, that means that the user itself has the old password hash format. If not, the technical user information in the remote project configuration might still be in the old format.
Iโm not sure if that is really the root cause, anyway a simple approach to try would be to resave the userโs password so that it will be hashed using the new format.
Background informationen: FirstSpirit never saves user passwords but only their hashed values.
Regards,
Michael

