Changeset 2245
- Timestamp:
- 02/11/05 00:51:39 (4 years ago)
- Files:
-
- trunk/wp-register.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-register.php
r2216 r2245 75 75 76 76 $message = __('Login') . ": $user_login\r\n"; 77 $message .= __('Password') . ": $ new_pass\r\n";77 $message .= __('Password') . ": $password\r\n"; 78 78 $message .= get_settings('siteurl') . '/wp-login.php'; 79 79 … … 88 88 <html xmlns="http://www.w3.org/1999/xhtml"> 89 89 <head> 90 <title>WordPress » <?php _e('Registration Complete') ?></title>90 <title>WordPress » <?php _e('Registration Complete') ?></title> 91 91 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" /> 92 92 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" /> 93 <style type="text/css"> 94 .submit { 95 font-size: 1.7em; 96 } 97 </style> 93 98 </head> 94 99 <body> … … 99 104 <?php _e('Password:') ?> <strong>emailed to you</strong><br /> 100 105 <?php _e('E-mail:') ?> <strong><?php echo $user_email; ?></strong></p> 101 <form action="wp-login.php" method="post" name="login"> 102 <input type="hidden" name="log" value="<?php echo $user_login; ?>" /> 103 <input type="submit" value="<?php _e('Login') ?>" name="submit" /> 104 </form> 106 <p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> »</a></p> 105 107 </div> 106 108 </body>
