Default credentials (username and password) for Syncope administrator are:

Credentials are defined in

core/src/main/resources/security.properties

Apache Syncope < 1.1.0

Under GNU/Linux and Mac OS X, the MD5 password can be obtained via the md5sum command-line tool:

$ echo -n "new_password" | md5sum 

Apache Syncope >= 1.1.0

Under GNU/Linux and Mac OS X, the SHA1 password can be obtained via the sha1sum command-line tool:

$ echo -n "new_password" | sha1sum