Help with Password Encryption Across Multiple Systems

Hello everyone,

I’ve set up an environment where multiple systems share a single source of users. For example, I have Systems A, B, C… and a system called Users. In the Users system, I manage the registration of all users and their passwords. So far, everything is working fine.

Now, I’d like to implement password encryption. Normally, I configure it like this:

  • Security >> Advanced >> User Login Options >> Password >> Hashed password (deprecated)
  • Advanced Settings >> Use Password hash (deprecated)

I tried copying the same key from the Users project using:

  • AES Encryption key (base64 encoded)

However, I couldn’t make everything work correctly. Has anyone experienced something similar or could help me figure this out?

Thanks in advance for your attention and assistance!

You should have exactly same password settings for all project, other than the two you mentioned above, also check:

(Password hashing is not done by AES Encryption key.)