Re: user self registration/account creation

2019-10-09 Thread Stephane Passignat
Stephane -Original Message- From: Alex O'Ree mailto:Alex%20O'ree%20%3calexo...@apache.org%3e>> Reply-To: Tomcat Users List mailto:tomcat%20users%20list%20%3cus...@tomcat.apache.org%3e>> To: Tomcat Users List mailto:tomcat%20users%20list%20%3cus...@tomcat.apache.org%3e>&

Re: user self registration/account creation

2019-10-08 Thread Alex O'Ree
thanks i'll look into it On Mon, Oct 7, 2019 at 3:36 AM Mark Thomas wrote: > On 06/10/2019 20:31, Alex O'Ree wrote: > > i have a password protected web app and would like to provide users with > > the ability to self register for a new account. looks like the easiest > way > > to do this with to

Re: user self registration/account creation

2019-10-07 Thread Mark Thomas
On 06/10/2019 20:31, Alex O'Ree wrote: > i have a password protected web app and would like to provide users with > the ability to self register for a new account. looks like the easiest way > to do this with tomcat is with a jdbc realm to protect the web app and > anonymous access to the self regi

user self registration/account creation

2019-10-06 Thread Alex O'Ree
i have a password protected web app and would like to provide users with the ability to self register for a new account. looks like the easiest way to do this with tomcat is with a jdbc realm to protect the web app and anonymous access to the self registration app. a few questions on this. is the