Title: blackened's Replies | WordPress.org

---

# blackened

  [  ](https://wordpress.org/support/users/blackened/)

 *   [Profile](https://wordpress.org/support/users/blackened/)
 *   [Topics Started](https://wordpress.org/support/users/blackened/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blackened/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blackened/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blackened/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blackened/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blackened/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect after first login only](https://wordpress.org/support/topic/redirect-after-first-login-only/)
 *  [blackened](https://wordpress.org/support/users/blackened/)
 * (@blackened)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/redirect-after-first-login-only/#post-1206625)
 * Well, I would like to chime in and say I too would love to have a first login
   redirect to change password and update a few custom fields the first go-around.
   I am probably looking at creating a custom form page with just the fields I need
   and making some custom validation to require/not-require certain fields.
 * As far as the first login redirect goes, I think the only way to do it would 
   be to store a custom per-user field in the database, like “hasLoggedIn” that 
   is set to false by default. Then a custom action (I assume – I have not really
   delved into WordPress development-wise very deeply yet) would need to be added
   to wp-login that would check that variable, and if false, redirect to the special
   page and set it to true. If the variable is true, it just does nothing.
 * That would be my guess, but like I said as far as actual implementation I would
   have to be a lot further along with my PHP skills and my familiarity with wordpress
   before I could tackle a full-blown plugin.
 * I will post here if I have a chance to make any head-way. Any tips on the subject
   would be greatly appreciated!
 * Thanks
    Scott
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Create “Change Password” Page Template?](https://wordpress.org/support/topic/how-to-create-change-password-page-template/)
 *  [blackened](https://wordpress.org/support/users/blackened/)
 * (@blackened)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-to-create-change-password-page-template/#post-1245431)
 * Can you explain how you created this themed password-change-only page? I am not
   a php professional and I tried using a combination of user-edit.php along with
   the “Customize your Community” plugin to create a themed password-change page
   but I cannot seem to get it to work. I am constantly getting errors about the“
   get_user_to_edit” function being undefined even though I have required several
   different files as dependencies. I obviously just don’t know what I am doing 
   and have yet to figure it all out. Any pointers would be greatly appreciated!
 *  – Scott

Viewing 2 replies - 1 through 2 (of 2 total)