Re: [web2py] Re: Deploy Web2py on Windows Server 2008 VPS on godaddy

2014-09-26 Thread Viren Patel
r example, > supports Webg2py out of the box. > > > On Thursday, September 25, 2014 10:41:21 AM UTC-4, Viren Patel wrote: >> >> Hi all, >> >> i have bought the Windows server 2008 to deploy my Web2py application >> >> Wanted to know following >>

[web2py] Deploy Web2py on Windows Server 2008 VPS on godaddy

2014-09-25 Thread Viren Patel
Hi all, i have bought the Windows server 2008 to deploy my Web2py application Wanted to know following Can i run on server using the Rocket server itself Do i need to have Apache running to host Web2py application There is just one Root Directory, where and how do i place my web2py applicaiton h

[web2py] Web2py Scheduler

2012-02-27 Thread VIREN PATEL
Hi, I need to implement the Scheduler and Job Queues at the application level. Please suggest some good Schedulers. Also if any one has implemented the schedulers in web2py Thanks, Viren

Re: [web2py] Register User issue -- Blank password

2012-01-13 Thread VIREN PATEL
field has a CRYPT validator with the minimum password length set > to auth.settings.password_min_length, which defaults to 4. > > Anthony > > > On Wednesday, January 11, 2012 4:19:40 AM UTC-5, Viren Patel wrote: > >> Even i tried with version 1.99.3 still it registers succe

Re: [web2py] Register User issue -- Blank password

2012-01-11 Thread VIREN PATEL
" message. > > > 2012/1/11 VIREN PATEL > >> Hi, >> >> >> In register screen if i do not provide password and verify-password still >> the user does gets registered. >> >> also able to login with that user. any solution to avoid the acceptance >> of blank password >> >> >> Thanks, >> Viren >> > >

[web2py] Register User issue -- Blank password

2012-01-10 Thread VIREN PATEL
Hi, In register screen if i do not provide password and verify-password still the user does gets registered. also able to login with that user. any solution to avoid the acceptance of blank password Thanks, Viren

[web2py] Register user - Issue

2011-12-13 Thread VIREN PATEL
Hi all, In register screen if i do not provide password and verify-password still the user does gets registered. Thereafter i am also able to login with the registered user without providing the password How can we make the password field mandatory both in register and login Thanks, Viren

Re: [web2py] Re: Massimo

2011-12-11 Thread VIREN PATEL
Hatsoff to Massimo for all continuous help !! On Thu, Dec 8, 2011 at 9:28 PM, Chris May wrote: > I second that! > > We are truly blessed to have so many great, patient and > available contributors to the code and the community! > > > Anthony, do you have the book memorized yet? :D >

Re: [web2py] Register user programmatic way

2011-11-21 Thread VIREN PATEL
Hi Bruno, Thanks a lot that was really helpful and solved mine and Shiv problem Thanks, Viren On Mon, Nov 21, 2011 at 5:35 PM, Bruno Rocha wrote: > *Create this function in some model* > * > * > >> *def new_user(first_name, last_name, email, passw): >> **users = db(db.auth_user.email==

Re: [web2py] Re: [ login | register | lost password? ]

2011-11-15 Thread VIREN PATEL
Hi, We can directly find and change in tools.py Still not clear in which file to put the code for SPAN helper object so that we do not need to modify tools.py Also can you provide with exact snippet of lines to edit the navbar for | and [ ] Thanks, Viren On Wed, Nov 16, 2011 at 9:29 AM, Ray (a.k

[web2py] login and logout functionality along with session management

2011-09-20 Thread Viren Patel
Hi, I would like to have my own login and logout functionality also my own table for authentication i am a bit new to this framework, i m looking for code snippet for this implementation