Is it possible to allow the users to specify their password when they create their account without the generating of a random password being necessary?
bbPress support forums » Installation
New Users Specify Password
(5 posts)-
Posted 2 months ago #
-
I would say it possible with a plugin,
doesn't exist one already?The
bb_new_user()function is pluggable,
so you are able to write your own one.Posted 2 months ago # -
Where would I find an example for the bb_new_user() function?
Posted 2 months ago # -
It is in
bb-includes/plugable.phpPosted 2 months ago # -
I don't know PHP. I'd like new users to create their own password. It seems this thread is telling you how to do it but not if you don't know PHP. I have located the section called "bb_new_user" in the bb-includes/plugable.php file, but what do I need to change to get is so new users can make their own password? Could you tell me exactly what to do?
Thanks,
JenniferPosted 1 month ago #
Reply
You must log in to post.