added: to IsWhite (core/misc)
other unicode white characters 25 characters -- without a new line character (10) added: config option: account_need_email_verification if true then when creating an account a user has to provide his email address and a message with an activation link will be sent back to him added: 'pw' winix function (not finished yet) at the moment only one parameter 'activate' git-svn-id: svn://ttmath.org/publicrep/winix/trunk@810 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -12,10 +12,20 @@
|
||||
|
||||
<p class="withnext">{adduser_confirm_password}:</p>
|
||||
<input class="edit" type="password" name="passwordconfirm" value="">
|
||||
|
||||
<p class="withnext">{adduser_email}:</p>
|
||||
|
||||
[if winix_account_need_email_verification]
|
||||
<p class="withnext">{adduser_need_email}<br>{adduser_need_email2}:</p>
|
||||
[else]
|
||||
<p class="withnext">{adduser_email}:</p>
|
||||
[end]
|
||||
<input class="edit" type="text" name="email" value="[adduser_last_email]">
|
||||
|
||||
[if user_super_user]
|
||||
<p>
|
||||
<input type="checkbox" name="autoactivate" id="autoactivate"><label style="display: inline;" for="autoactivate">{adduser_auto_activate}</label>
|
||||
</p>
|
||||
[end]
|
||||
|
||||
<input class="submit" type="submit" value="[if-one user_logged]{adduser_submit}[else]{register_user_submit}[end]">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
@@ -5,10 +5,10 @@
|
||||
[for slog_tab]
|
||||
|
||||
<tr>
|
||||
<td [if slog_tab_is_error]class="slogerror"[end]>
|
||||
<td class="[if slog_tab_is_error]slogerror[end][if slog_tab_is_warning]slogwarning[end][if slog_tab_is_info]sloginfo[end]">
|
||||
|
||||
[if slog_tab_is_info]
|
||||
|
||||
{slog_info}:
|
||||
[end]
|
||||
|
||||
[if slog_tab_is_warning]
|
||||
|
Reference in New Issue
Block a user