• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Send email to user after registration, to authenticate the e

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting. Please register this as "New Feature" in Jira, at http://www.jforum.net/jira ( click on "Create new Issue" ).

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think when an user register in a JForum, the user can immediately use the forum (JForum did not check his email first)

I forsee a problem where the user may supply a Not-His-Own email. And since the "Send notify when a reply is post" is checked by default, the JForum may be used to spam users.

So I propose a feature when the user will receive an email after he register. Then he have to click on a link in the received email to authenticate. Only then, can he post using his logged name.

Rgards,
james yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just added it to the JIRA.
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to ask this question. I wonder what will be the priority given to this feature.

Regards,
James Yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jamesyong wrote:Sorry to ask this question. I wonder what will be the priority given to this feature.

Regards,
James Yong



Let's say I'll try to include this feature in the next release ;)

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rafael,

Since I need to get my forum up quickly, maybe I will help to contribute this feature.

Thanks n Regards,
James Yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jamesyong wrote:Rafael,

Since I need to get my forum up quickly, maybe I will help to contribute this feature.

Thanks n Regards,
James Yong



Go ahead

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jamesyong wrote:Rafael,

Since I need to get my forum up quickly, maybe I will help to contribute this feature.

Thanks n Regards,
James Yong



Hi Rafael & Pieter,

Well, actually my forum is nearly completed. But regarding the a/m feature, do you still want it? Because if this feature needs the user to click a link on the email, before his user account can be activated. And jforum seems to be going towards having easy integration with an external system. So not sure how this feature will eventually fits into jforum when pieter adds in the option for single login with an external system. :roll:

Regards,
James Yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
User email's authentication feature is added into CVS

Regards,
James Yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think this needs to be made a bit more generic, in that there could be several different regsitration implementations. On our site we require all registrations to be approved by the admins, due to the problems of multiple handles and posters who refuse to stay banned.

Of course, I've yet to see one of Rafael's implementations that isn't modular and well abstracted anyway, but I'd just like to point out that there could (will be!) alternate requirements for how registration is handled.

Arawak

[originally posted on jforum.net by Arawak]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would be cool if someone writes a component for avoiding automatic registration via scripting - the good old solution that generates a picture with some random letters and numbers in a noisy background, to avoid being interpreted by an OCR program. (It requires a X-server in Unix machines, or -Djava.awt.headless if using JDK 1.4).


[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anonymous wrote:It would be cool if someone writes a component for avoiding automatic registration via scripting - the good old solution that generates a picture with some random letters and numbers in a noisy background, to avoid being interpreted by an OCR program. (It requires a X-server in Unix machines, or -Djava.awt.headless if using JDK 1.4).



Indeed. For near future versions we plan to have this feature. If you know a component that does that, please let us know!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is capable to do such things. But its too large for it. Maybe another Graphic toolkit?
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to the jForum ! It's very cool!
[originally posted on jforum.net by dgvictor]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

dgvictor wrote:I'm new to the jForum ! It's very cool!



Thank you

Be free to suggest and comment about the system.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
I've been selected to go to the moon! All thanks to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic