Re: PROPOSAL: register user with e-mail activation

2007-03-25 Thread sedat ciftci
Here is the updated patch: http://jroller.com/resources/s/sedat/newRollerPropertyVer6.jar Sedat Çiftçi --- Dave [EMAIL PROTECTED] wrote: On 3/23/07, sedat ciftci [EMAIL PROTECTED] wrote: If you prefer that design, I can change it and re-submit the patch. Sedat Çiftçi Yes, please.

Re: PROPOSAL: register user with e-mail activation

2007-03-23 Thread sedat ciftci
If you prefer that design, I can change it and re-submit the patch. Sedat Çiftçi --- Dave [EMAIL PROTECTED] wrote: On 3/21/07, sedat ciftci [EMAIL PROTECTED] wrote: Yes, it can also be done with this design. Note that, in this design you have to clear the activationCode (or make

Re: PROPOSAL: register user with e-mail activation

2007-03-23 Thread Dave
On 3/23/07, sedat ciftci [EMAIL PROTECTED] wrote: If you prefer that design, I can change it and re-submit the patch. Sedat Çiftçi Yes, please. I think the consensus is that we'd rather avoid new table creation in this enhancement. - Dave --- Dave [EMAIL PROTECTED] wrote: On 3/21/07,

Re: PROPOSAL: register user with e-mail activation

2007-03-22 Thread Dave
On 3/21/07, sedat ciftci [EMAIL PROTECTED] wrote: Yes, it can also be done with this design. Note that, in this design you have to clear the activationCode (or make something else, to mark that it is used) after the account is activated (Also in my design, I delete the related record from

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread Allen Gilliland
I don't understand what exactly this is trying to accomplish. How do you actually register an account via email? You need to supply input for the various form fields at some point right? Can we get a description of the work flow that this is advocating? When does the email get sent? What

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread Dave
On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: I don't understand what exactly this is trying to accomplish. How do you actually register an account via email? You need to supply input for the various form fields at some point right? Can we get a description of the work flow that this

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread Allen Gilliland
Dave wrote: On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: I don't understand what exactly this is trying to accomplish. How do you actually register an account via email? You need to supply input for the various form fields at some point right? Can we get a description of the work

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread Dave
On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: Dave wrote: On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: I don't understand what exactly this is trying to accomplish. How do you actually register an account via email? You need to supply input for the various form fields at

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread Matt Raible
I'm fine with this proposal. Matt On 3/21/07, Dave [EMAIL PROTECTED] wrote: On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: Dave wrote: On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: I don't understand what exactly this is trying to accomplish. How do you actually register

Re: PROPOSAL: register user with e-mail activation

2007-03-21 Thread sedat ciftci
--- Allen Gilliland [EMAIL PROTECTED] wrote: Dave wrote: On 3/21/07, Allen Gilliland [EMAIL PROTECTED] wrote: I don't understand what exactly this is trying to accomplish. How do you actually register an account via email? You need to supply input for the various form fields at

Re: Proposal: register user with e-mail activation

2007-03-20 Thread Dave
I'm looking at the patch now and I should have some feedback soon. I wrote up a proposal for you here: http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Email+Registration - Dave On 3/19/07, Dave [EMAIL PROTECTED] wrote: Thanks Sedat. I'll hope to get to this today. - Dave On

Re: Proposal: register user with e-mail activation

2007-03-19 Thread Dave
Thanks Sedat. I'll hope to get to this today. - Dave On 3/18/07, sedat ciftci [EMAIL PROTECTED] wrote: Hello again, I add a small but necessary code into the activateUser method of UserNewAction.java for handling the user account activation manually by site admin (site administrator can

Re: Proposal: register user with e-mail activation

2007-03-18 Thread sedat ciftci
Hello again, I add a small but necessary code into the activateUser method of UserNewAction.java for handling the user account activation manually by site admin (site administrator can manually activate the user account by simply enabling the user from the 'User Admin' menu). zip file that

Re: Proposal: register user with e-mail activation

2007-03-17 Thread sedat ciftci
Yes, you are right. I forget to include it. Here is the updated zip file: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer3.jar I also update the method for generating activation code . Sedat --- Dave [EMAIL PROTECTED] wrote: Sedat, I don't see any DIFF patch file in the jar

Re: Proposal: register user with e-mail activation

2007-03-17 Thread Dave
On 3/17/07, sedat ciftci [EMAIL PROTECTED] wrote: Yes, you are right. I forget to include it. Here is the updated zip file: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer3.jar Sedat, I took a look at the patch this morning. Unfortunately, it targets the 3.0 code-base and enough

Re: Proposal: register user with e-mail activation

2007-03-17 Thread sedat ciftci
Hello, Here is the zip file that contains the patch to work with the current trunk: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer4.jar Note that this patch file also contains new added class (org.apache.roller.pojos.UserActivationData) Note about sandbox: I do not know

Re: Proposal: register user with e-mail activation

2007-03-16 Thread Dave
Sedat, I don't see any DIFF patch file in the jar you sent. Perhaps you forgot to include it? - Dave On 3/12/07, sedat ciftci [EMAIL PROTECTED] wrote: I reprepare a single DIFF patch file plus the new added file and put them into the (

Re: Proposal: register user with e-mail activation

2007-03-12 Thread sedat ciftci
I reprepare a single DIFF patch file plus the new added file and put them into the ( http://www.jroller.com/resources/s/sedat/newRollerPropertyVer2.jar ) (i also put the all of the files that i changed if anyone needs). Please, forget the previous link, and look at this new file. note that the