Info
- 3 posts
- 2 voices
- Started 3 years ago by Greg-G
- Latest reply from Greg-G
- This topic is not resolved
Pre-Populate The Password Field After Registering
-
- Posted 3 years ago #
- Reason
My users are signing up on a mobile device and can not copy paste the generated password from their email.
- What Is Needed
When you successfully register a new user, it redirects to register.php and the Username is already pre-populated with the following code:
<input name="user_login" type="text" id="user_login" size="18" maxlength="40" value="<?php if (!is_bool($user_login)) echo $user_login; ?>" tabindex="1" />How can we do the exact same thing with the password field?
I have already tried using $pass, $password and $user_pass none of which are available to register.php
Thanks!!!
-
- Posted 3 years ago #
Would this plugin do the trick?
http://bbpress.org/plugins/topic/instant-password -
- Posted 3 years ago #
perfect thanks...
i hate when a plugin spoils my fun =) -
You must log in to post.