I've figured out how to modify user data and add new fields, but I'm unable to find the dtml file that CFM uses where new users can enter their personal data (where they enter their names, passwords, etc - I'd like them to enter some extended data in fields of my own)
Ian! writes:
I've figured out how to modify user data and add new fields, but I'm unable to find the dtml file that CFM uses where new users can enter their personal data (where they enter their names, passwords, etc - I'd like them to enter some extended data in fields of my own) What is CFM?
Anyway: You may find some hints to the file by viewing your form in a separate window and look at the URL visited. Say the last component were "XXXXX". Then search the Zope file hiarchy for "XXXXX.*". If "CFM" means a newer version of CMF, then its probably a page template and not a DTML template. Dieter
participants (2)
-
Dieter Maurer -
Ian!