User bio
404 bio not found
Member since Nov 8, 2015
Posts:
Replies:
I believe you need to use PasswordHash, see for example from Docs:
[Actions]
CreateUser:Name=SQLAdmin,
PasswordHash="cec6638a357e7586fddfb15c0e7dd5719a1964e774cd37466fb0c49c05,
323cb89148c887166dd2be61c107710539af2c01b43f07dccc8d030ac2c1a8cf7c5ace4a00d57e3780f,10000,SHA512",
Roles="%SQL,%DB_USER"
Re PasswordHash see more details in the related Docs. For example:
$ docker run --rm -it containers.intersystems.com/intersystems/passwordhash:1.1 -algorithm SHA512 -workfactor 10000
Enter password:
Enter password again:
PasswordHash=0fad6b1a565e04efb5fe9259da8457456883e0a3a42c1a34acec49cbbc1fb8c4c40f1846559ce180c103898db836,dd0874dc346d23679ed1b49dd9f48baae82b9062,10000,SHA512
When you say "always" (and you also mentioned "50%") what do you mean? - some cases the content is displayed and sometimes not? Any distinction as to when it's ok and when not? is it perhaps side-dependent? Any "special" characters that might influence this?
Open Exchange applications:
Certifications & Credly badges:
Global Masters badges:
Followers:
Following:
I suggest turning on relevant logging which could provide you with more details as to what is happening behind the scenes and what might be the problem.
See an example in @Daniel Kutac post.