Re: Syncope How do I Generate the different adminPasswordAlgorithm

2019-09-05 Thread Francesco Chicchiriccò
ttp://syncope.apache.org/docs/2.1/reference-guide.html#set-admin-credentials > > Describes the process for creating a admin password in SHA1 but not in any of > the > other algorithms. > > The default is now set to > > adminPasswordAlgorithm=SSHA256 > > but when I d

Syncope How do I Generate the different adminPasswordAlgorithm

2019-09-05 Thread Dalrymple, Philip
http://syncope.apache.org/docs/2.1/reference-guide.html#set-admin-credentials Describes the process for creating a admin password in SHA1 but not in any of the other algorithms. The default is now set to adminPasswordAlgorithm=SSHA256 but when I do echo -n password | sha256sum

Re: AdminPasswordAlgorithm

2017-05-01 Thread Francesco Chicchiriccò
[Please do not cross-post: user@ is enough] On 2017-05-01 11:37 Ravindra Singareddy wrote: Hi All, Using BCRYPT as adminPasswordAlgorithm in security.properties as follows: adminPassword=$2y$10$g.5bFpWp4j6SxSB6iGokT.Sq01SpgSSyBexppJtc9T4TlNfLWVp0q adminPasswordAlgorithm=BCRYPT

AdminPasswordAlgorithm

2017-05-01 Thread Ravindra Singareddy
Hi All, Using BCRYPT as adminPasswordAlgorithm in security.properties as follows: adminPassword=$2y$10$g.5bFpWp4j6SxSB6iGokT.Sq01SpgSSyBexppJtc9T4TlNfLWVp0q adminPasswordAlgorithm=BCRYPT But not able to login into syncope-console. Does BCRYPT password algorithm is supported for admin user