Changeset 36
- Timestamp:
- 04/10/07 03:01:14
- Files:
-
- FreakAuth/trunk/www/system/application/config/freakauth_light.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_failed.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_success.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_failed.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_success.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_success.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register_success.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/config/freakauth_light.php
r23 r36 146 146 $config['FAL_login_success_action'] = ''; //The action to execute after successful login 147 147 $config['FAL_logout_success_action'] = ''; //The action to execute after successful logout 148 149 //------------------------------------ 150 // ACTIONS FOR 'CONTINUE' BUTTONS 151 //------------------------------------ 152 $config['FAL_register_continue_action'] = ''; // The action to execute after REGISTRATION 153 $config['FAL_activation_continue_action'] = 'auth'; // The action to execute after ACTIVATION, wether it failed or it was successful 154 $config['FAL_forgotten_password_continue_action'] = ''; // The action to execute after requesting FORGOTTEN PASSWORD 155 $config['FAL_forgotten_password_reset_continue_action'] = 'auth/changepassword';//The action to execute after PASSWORD RESET, wether it failed or it was successful 148 156 149 157 //------------------------------------ FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_failed.php
r2 r36 1 1 <?=$this->lang->line('FAL_activation_failed_message');?> 2 2 <BR/> 3 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>3 <?=anchor($this->config->item('FAL_activation_continue_action'), $this->lang->line('FAL_continue_label'))?> FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_success.php
r21 r36 1 1 <?=$this->lang->line('FAL_activation_success_message');?> 2 2 <BR/> 3 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>3 <?=anchor($this->config->item('FAL_activation_continue_action'), $this->lang->line('FAL_continue_label'))?> 4 4 FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_failed.php
r2 r36 1 1 <?=$this->lang->line('FAL_forgotten_password_reset_failed_message');?> 2 2 <BR/> 3 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>3 <?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_success.php
r2 r36 2 2 <BR/> 3 3 <BR/> 4 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>4 <?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> 5 5 FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_success.php
r2 r36 2 2 <BR/> 3 3 <BR/> 4 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>4 <?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register_success.php
r2 r36 1 1 <?=$this->lang->line('FAL_register_sucess_message');?> 2 2 <BR/> 3 <?=anchor($this->config->item('FAL_ home_action'), $this->lang->line('FAL_continue_label'))?>3 <?=anchor($this->config->item('FAL_register_continue_action'), $this->lang->line('FAL_continue_label'))?>
