Issue8

Title repoze.grok: create 'addgrokuser' script
Priority feature Status chatting
Superseder Nosy List tseaver
Assigned To tseaver Topics repoze.grok

Created on 2007-10-26.17:13:33 by tseaver, last changed 2008-03-03.21:44:35 by tseaver.

Messages
msg76 (view) Author: tseaver Date: 2008-03-03.21:44:35
I don't see this as being terribly crucial:  perhaps this is best fixed by using
grokproject and / or a paster template?
msg20 (view) Author: tseaver Date: 2007-10-26.17:13:33
Right now, the user must manually edit the 'users.zcml' file in an environment
created by
'repozeproject --path=/tmp/foo repoze.grok'.  It would be fairly simple to write
a little
script which took username and password as agruments, and generated the ZCML
file directly (could even make a DOM from the 'sample-users.zcml' file first).
History
Date User Action Args
2008-03-03 21:44:35 tseaver set status: unread -> chatting
messages: + msg76
2007-10-26 17:19:22 tseaver set topic: + repoze.grok
2007-10-26 17:13:33 tseaver create