Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Simple registration

I have found the trac website with the ticket for your records:

https://trac.bbpress.org/ticket/779

Now I am thinking that we can achieve this easily:

0. create custom field for password (at first do not validate with an extra field)

1. get the registration function to create the account with the given username

2. get the password be follow through the function and pass it to a second call

3. the second call will really call the change-password function and will get the passed user defined password to the change-password.

4. the end.

Sounds simple but let’s see where our code is.

Skip to toolbar