Hi.
I started to create a magnolia deployment without any manual tasks with the
great blog from Gregory:
[url=http://dev.magnolia-cms.com/~gjoseph/dont-deploy-magnolia-deploy-your-project]http://dev.magnolia-cms.com/~gjoseph/dont-deploy-magnolia-deploy-your-project[/url]
To get it into production, I added some more details like logging config and
setting some defaults (e.g. baseURl and smtp config).
It works quite well, but I still did not manage to change the superuser
password during deployment/install oder to set it in the config.
I tried found a users.system.superuser.xml export file in the magnolia core
source, which contains the well known superuser password base64 encoded.
So I tried with the VersionHandler of our module to change it:
[code]
// set other superuser password
tasks.add(new CheckAndModifyPropertyValueTask("Superuser pwd",
"Change superuser password to something secret.", "users", "/system/superuser",
"pswd",
"c3VwZXJ1c2Vy", "dGVzdA=="));
[/code]
But although there is no error message, when trying to log in, the password is
still unchanged.
Does anybody know to solution to change the password?
Thanks in advance,
Horst
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=fa98a037-8034-4b10-bffc-aea1957b1987
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------