Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Setting user password in repo init config

Avatar

Level 4

Hi,

 

Could you please let me know how to set user password with some special characters in repo init config json?

 

I am able to set a plain text password like "test123", how ever not able to set something with "@|$!". 

 

Also, could you please let me know if its possible to mention encoded password in the config?

 

Example below.

 

create user test with password {password}

 

Best regards,

Vijaya Kumar A

 

1 Reply

Avatar

Community Advisor

@vjleo94 i haven't tested it but can you try something like this 

create user test with password {UTF-8} {password}

If there is any other encoding format that you want to add , you can replace the above with that.