[xwiki-users] Locked out :(
So, I managed to lock myself out of my xwiki site. Is there a way I can reset the rights in mysql ? Regards -Kjartan
there used to be a superadmin setting in xwiki.cfg which is commented out by default. In MySQL, you'd have to find the right record for the value of the admin's password. paul Le 21 déc. 2011 à 15:21, Kjartan Hauksson a écrit :
So, I managed to lock myself out of my xwiki site. Is there a way I can reset the rights in mysql ?
Regards -Kjartan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Wed, Dec 21, 2011 at 4:02 PM, Paul Libbrecht <[email protected]> wrote:
there used to be a superadmin setting in xwiki.cfg which is commented out by default. In MySQL, you'd have to find the right record for the value of the admin's password. And in MySQL the password is saved as a hash, so you would have to encode your new password correctly to replace the old one ... I'd stick to the superuser, it's much simpler.
paul
Le 21 déc. 2011 à 15:21, Kjartan Hauksson a écrit :
So, I managed to lock myself out of my xwiki site. Is there a way I can reset the rights in mysql ?
Regards -Kjartan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
You just need to comment it out and restart your wiki.. you can then login with "superadmin" and the password set Ludovic 2011/12/21 Paul Libbrecht <[email protected]>
there used to be a superadmin setting in xwiki.cfg which is commented out by default. In MySQL, you'd have to find the right record for the value of the admin's password. paul
Le 21 déc. 2011 à 15:21, Kjartan Hauksson a écrit :
So, I managed to lock myself out of my xwiki site. Is there a way I can reset the rights in mysql ?
Regards -Kjartan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
participants (4)
-
Edo Beutler -
Kjartan Hauksson -
Ludovic Dubost -
Paul Libbrecht