I've tried to create new admin pass with:
java -cp jetty-all-7.6.0.v20120127.jar org.eclipse.jetty.util.security.Password admin 'pass'
and copy to realm.properties like this:
admin: CRYPT:pass-string,server-administrator,content-administrator,admin
and also comment the framework.server.username
and framework.server.password
lines in framework.properties
file.
I've restarted rundeckd, but still i'm able to login to the GUI with admin/admin.
What i'm missing here?