Changeset 3618
- Timestamp:
- 06/03/09 12:09:38 (3 years ago)
- Location:
- trunk/htdocs/system
- Files:
-
- 2 edited
-
admin/login.php (modified) (1 diff)
-
classes/userhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/admin/login.php
r3577 r3618 48 48 49 49 <p id="password_utils"> 50 <input class="submit" type="submit" name="submit_button" value="<?php _e(' Forgot your password?'); ?>">50 <input class="submit" type="submit" name="submit_button" value="<?php _e('Reset password'); ?>"> 51 51 </p> 52 52 -
trunk/htdocs/system/classes/userhandler.php
r3577 r3618 19 19 { 20 20 // If we're a reset password request, do that. 21 if( isset( $_POST['submit_button']) && $_POST['submit_button'] === _t( ' Forgot your password?' ) ) {21 if( isset( $_POST['submit_button']) && $_POST['submit_button'] === _t( 'Reset password' ) ) { 22 22 Utils::check_request_method( array( 'POST' ) ); 23 23
Note: See TracChangeset
for help on using the changeset viewer.
