Modifying the User Registration xwiki page
Cheers guys! I need help with something: I need to add a couple of fields to the registration form (google user and password for Google Docs), but I can't find the darn sources responsible for generating that page or any user management tools (tried spotlight-ing them, searching with eclipse, and still nothing), please hint me at them. Thanks for your time, Radu Danciu
registerinline.vm You must also: - add the fields in XWiki.XWikiUsers class - autocreate the fields in com.xpn.xwiki.XWiki#getUserClass - add the fields in XWiki.XWikiUserSheet On 6/12/07, Radu Danciu <rhadoodc@gmail.com> wrote:
Cheers guys!
I need help with something: I need to add a couple of fields to the registration form (google user and password for Google Docs), but I can't find the darn sources responsible for generating that page or any user management tools (tried spotlight-ing them, searching with eclipse, and still nothing), please hint me at them.
Thanks for your time, Radu Danciu
Hi Radu/Sergiu, I'm not sure if we should add these on the main registration page. I think we shouldn't, as this is something optional. We should have an option to add them on the user's profile page instead and check if they are set when displaying a page requiring these credentials. If they're not set we could display a nice message and point them to the user page settings. WDYT? Thanks -Vincent On Jun 12, 2007, at 10:44 AM, Sergiu Dumitriu wrote:
registerinline.vm
You must also: - add the fields in XWiki.XWikiUsers class - autocreate the fields in com.xpn.xwiki.XWiki#getUserClass - add the fields in XWiki.XWikiUserSheet
On 6/12/07, Radu Danciu <rhadoodc@gmail.com> wrote:
Cheers guys!
I need help with something: I need to add a couple of fields to the registration form (google user and password for Google Docs), but I can't find the darn sources responsible for generating that page or any user management tools (tried spotlight-ing them, searching with eclipse, and still nothing), please hint me at them.
Thanks for your time, Radu Danciu
-- You receive this message as a subscriber of the xwiki- dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
Yours is a good point, Vincent, and I'll gladly stick to it, if you'd be as kind as to tell me where I should be modifying stuff, since it's not very well documented. (Sergiu gave me some hints for one approach, so I'd ask you to do the same about your approach) Also awaiting other oppinions, topic open for discussion: Handling user credentials for Google Docs. Cheers, Radu On 6/12/07, Vincent Massol <vincent@massol.net> wrote:
Hi Radu/Sergiu,
I'm not sure if we should add these on the main registration page. I think we shouldn't, as this is something optional. We should have an option to add them on the user's profile page instead and check if they are set when displaying a page requiring these credentials. If they're not set we could display a nice message and point them to the user page settings.
WDYT?
Thanks -Vincent
On Jun 12, 2007, at 10:44 AM, Sergiu Dumitriu wrote:
registerinline.vm
You must also: - add the fields in XWiki.XWikiUsers class - autocreate the fields in com.xpn.xwiki.XWiki#getUserClass - add the fields in XWiki.XWikiUserSheet
On 6/12/07, Radu Danciu <rhadoodc@gmail.com> wrote:
Cheers guys!
I need help with something: I need to add a couple of fields to the registration form (google user and password for Google Docs), but I can't find the darn sources responsible for generating that page or any user management tools (tried spotlight-ing them, searching with eclipse, and still nothing), please hint me at them.
Thanks for your time, Radu Danciu
-- You receive this message as a subscriber of the xwiki- dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
-- You receive this message as a subscriber of the xwiki-dev@objectweb.orgmailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (3)
-
Radu Danciu -
Sergiu Dumitriu -
Vincent Massol