miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
How To miniBB Support Forums / How To /  
 

Validate User Registration by Email Confirmation / Verification

 
 
Page  Page 2 of 4:  « Previous  1  2  3  4  Next »

Author Paul
Lead Developer 
#16 | Posted: 13 Nov 2006 02:37 
Ajakk
If you don't like this way, just edit the scripts and program your own. It's open source. We're doing what we like, you're doing what you like.

Author Ajakk
Guest
#17 | Posted: 13 Nov 2006 02:49 
I don't clear conceptsminiBB uses the easiest.

Author Paul
Lead Developer 
#18 | Posted: 13 Nov 2006 03:15 
Ajakk
Of course, it's the easiest way! I think I proved that you need to complete 5 steps instead of 6 that way. What is your prove? Users don't like it? It's not a prove.

Author Ivan
Advanced Member
#19 | Posted: 13 Nov 2006 07:04 
I, for example, like much the random passwords :) They economize me the effort to create them myself :)

The randomly created passwords are random :) If you don't like the result, you can tell the script to send to all new users the password "mayflower" - it's beautiful :)

Author Paul
Lead Developer 
#20 | Posted: 13 Nov 2006 08:05 
you can tell the script to send to all new users the password "mayflower"
there is also a way to read randomly from English words database and generate "human" password :-)

I think, in general, the worst part of all common technologies is that they force users to think, that the suggested solution is the best one... or maybe even is the only one. At the time it's only the most well known, but not the best, and of course not the only one. That's the talking is about here. Many people are trying to force miniBB being like the other boards around, applying the most well-known technologies to it... but that's the wrong way for ourselves. We're trying to be different in that software, that's all.

Author Ivan
Advanced Member
#21 | Posted: 13 Nov 2006 08:36 
there is also a way to read randomly from English words database and generate "human" password :-)
I missed that, sorry :)

miniBB is simply more reasonably and usefully constructed. And that's my real opinion.

I still cannot see why is it bad to receive a registration pass like "Ps278F4m" and after 5 minutes to change it with whatever you like.

Author Paul
Lead Developer 
#22 | Posted: 13 Nov 2006 11:57 
and after 5 minutes to change it with whatever you like -
but only if you really need it... I often meet examples of myself, when I register just because to post 1-2 messages... I don't think I ever change the password afterall...

Author Anonymous
Guest
#23 | Posted: 5 Dec 2006 12:14 
Keeping straight registrations in the database is much better else generating the keys. If you provide user a key, you should have a temporary keys table, or additional fields in users database. That way minibb saves up resources a bit.

Additionally, you avoid double registrations on the same invalid email. If user was unable/confirm this email, it should be saved in database for further validating. Sign up page will give an error to the user, which may try to register an account on his email, again. The script which validates the key, should have more difficult comparision in what is kept in DB.

Author sjach
Partaker
#24 | Posted: 16 Feb 2014 16:27 
Hi . I have problem width this option "$closeRegister=1". Of course all is done same as in manual . But

1. User received email without password (I thing password is not generated )
2. User received email width link conformation , but if he click on this link he get " you heve not permition to do this operation"
3. User appear on user list in forum side , so every one can tray register . I have few thousand users in database :)

Author Paul
Lead Developer 
#25 | Posted: 18 Feb 2014 12:43 
sjach
I am not sure if you speak about miniBB, in general? Default version?

We never had any kind of "confirmation links" in emails.

I am bit away from my working station now, but should come back this week. Then I will try to check this issue.

Author sjach
Partaker
#26 | Posted: 23 Feb 2014 17:07 
Yes I`m speaking about miniBB , and ver. 3.0.3 ( upgrade from 3.0.0) . After registration user received email including link confirmation.

Second thing is that , even if user write wrong information in registration form and is not permitted to made any post his data (including email) is registered in database . So the result is few thousand users registered ( spam robots)

Author Paul
Lead Developer 
#27 | Posted: 23 Feb 2014 21:06 
I've just tried the most recent release, i.e. 3.0.3. setting up $closeRegister=1; and I am 100% sure there no confirmation or stuff like this being sent. When this option is set, on the registration form, the "Password" field should not be visible to fill in at all. The password is generated properly, using the random characters, and then it's being sent to the new member's email address; at this time, email_user_register_eng.txt template is used, which by default doesn't contain any password and should not contain. Receiving confirmation email, and that way also receiving the password, the member could then use this data to log in; optionally change the password later.

I am not sure where and how you're getting the "confirmation link" and what files did you modify for this. Default version does not have this option.

sjach:
even if user write wrong information in registration form and is not permitted to made any post his data (including email) is registered in database.
Sure, even if you set $closeRegister=1; all accounts will be still registered in database (else how to validate them and what to validate? If you have some other ideas regarding the default approach, you are welcome to spread them up). Specially, if you don't have the Captcha module, it's quite risky to open them that way.

It is very up to you what you do with un-validated accounts, each forum may have its own terms regarding this. The most popular way is to set a crontab script, which will remove an account if it was not used for some time; but this also depends on your server's configuration, the possibilities you could set up and we don't provide such script by default, of course - either you need to order it, either program on your own. Actually it's very simple in terms of coding, but as I wrote, it very depends on the server you run this all on, and on your customer's requirement.

Author marsbar
Associated Member
#28 | Posted: 24 Feb 2014 21:49 
Paul:
I've just tried the most recent release, i.e. 3.0.3. setting up $closeRegister=1; and I am 100% sure there no confirmation or stuff like this being sent.
I think sjach is referring to the hyperlink in the email containing the system-generated password, which the user receives after registering. The hyperlink points the user to the forum. Logging into the forum for the first time serves to validate the user's account.

Author sjach
Partaker
#29 | Posted: 25 Feb 2014 21:26 
Yes marsbar that is correct . I`m worry only why user does not obtain password in this email and clicking hyperlink getting "you don`t have permission to do this action" (I`m translate from Polish)

ps. Paul I`m using from few days Captcha :)

Author Paul
Lead Developer 
#30 | Posted: 25 Feb 2014 21:43 
If you mean the hyperlink provided at the very bottom of this email, it's a static URL to your forum, there is nothing specific. I can't be sure why users can not access your forum as guests. May be it's set up that way? Who knows, you didn't even provide a link to it, and I'm not a wizard to determine something from the air, sorry.

Page  Page 2 of 4:  « Previous  1  2  3  4  Next » 
How To miniBB Support Forums / How To /
 Validate User Registration by Email Confirmation / Verification
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Get the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑