[wp-cvs] wordpress wp-register.php,1.26,1.27

Matthew Mullenweg saxmatt at users.sourceforge.net
Fri Feb 11 00:51:41 GMT 2005


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7607

Modified Files:
	wp-register.php 
Log Message:
Fix mailed password, login link - http://mosquito.wordpress.org/view.php?id=838

Index: wp-register.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-register.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** wp-register.php	5 Feb 2005 02:22:36 -0000	1.26
--- wp-register.php	11 Feb 2005 00:51:39 -0000	1.27
***************
*** 75,79 ****
  	
  	$message  = __('Login') . ": $user_login\r\n";
! 	$message .= __('Password') . ": $new_pass\r\n";
  	$message .= get_settings('siteurl') . '/wp-login.php';
  	
--- 75,79 ----
  	
  	$message  = __('Login') . ": $user_login\r\n";
! 	$message .= __('Password') . ": $password\r\n";
  	$message .= get_settings('siteurl') . '/wp-login.php';
  	
***************
*** 88,94 ****
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
!         <title>WordPress &raquo; <?php _e('Registration Complete') ?></title>
  	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />	
  	<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
  </head>
  <body>
--- 88,99 ----
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
! 	<title>WordPress &raquo; <?php _e('Registration Complete') ?></title>
  	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />	
  	<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
+ 	<style type="text/css">
+ 	.submit {
+ 		font-size: 1.7em;
+ 	}
+ 	</style>
  </head>
  <body>
***************
*** 99,106 ****
  	<?php _e('Password:') ?> <strong>emailed to you</strong><br />
  	<?php _e('E-mail:') ?> <strong><?php echo $user_email; ?></strong></p>
! 	<form action="wp-login.php" method="post" name="login">
! 		<input type="hidden" name="log" value="<?php echo $user_login; ?>" />
! 		<input type="submit" value="<?php _e('Login') ?>" name="submit" />
! 	</form>
  </div>
  </body>
--- 104,108 ----
  	<?php _e('Password:') ?> <strong>emailed to you</strong><br />
  	<?php _e('E-mail:') ?> <strong><?php echo $user_email; ?></strong></p>
! 	<p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> &raquo;</a></p>
  </div>
  </body>



More information about the cvs mailing list