Registration Form
Posted: Fri Mar 20, 2009 3:14 am
hi Steve
Currently I am trying to get my registration form running...
I followed your tutorial (http://xataface.com/documentation/how-t ... gistration)
Step by step but maybe I am missing something.
I am using the latest version of Xataface.
conf.ini has
allow_register = 1
A register Link appears on the login screen
but, when clicked, only the before_registration_form
is shown.
when i look at the source code of the generated page I find a
form with hidden input fields:
etc....
In the Tutorial i found the following:
Please note that the isAdmin() and getUsername() functions
were defined elsewhere and are convience functions
wrapping calls to the Dataface_AuthenticationTool object.
Does this mean that I have to define them somewhere?
cheers
martin
Currently I am trying to get my registration form running...
I followed your tutorial (http://xataface.com/documentation/how-t ... gistration)
Step by step but maybe I am missing something.
I am using the latest version of Xataface.
conf.ini has
allow_register = 1
A register Link appears on the login screen
but, when clicked, only the before_registration_form
is shown.
when i look at the source code of the generated page I find a
form with hidden input fields:
- Code: Select all
<form>
<form accept-charset="ISO-8859-1" action="http://www.trainingskalender.de/streak/index.php" method="post" name="new_streak_users_record_form" id="new_streak_users_record_form">
<input name="_qf__new_streak_users_record_form" type="hidden" value="" />
<input name="-action" type="hidden" value="register" />
<input name="__keys__[UserID]" type="hidden" value="" />
<input name="-new" type="hidden" value="1" />
etc....
In the Tutorial i found the following:
Please note that the isAdmin() and getUsername() functions
were defined elsewhere and are convience functions
wrapping calls to the Dataface_AuthenticationTool object.
Does this mean that I have to define them somewhere?
cheers
martin