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

2014-09-26 Thread Viren Patel
Hi Cliff,

Actually i have already done investment in Server with godaddy for a year

Let me know if you have done web2py with Windows

Regards,
Viren

On Thu, Sep 25, 2014 at 8:57 PM, Cliff Kachinske  wrote:

> Viren,
>
> There are better hosting solutions available. Pythonanywhere, for 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
>>
>> 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
>> how do i start web2py server on the VPS
>>
>> Any one had similar deployment on Windows 2008. please let me know
>> or if any useful links
>>
>> Regards,
>> Viren
>>
>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
how do i start web2py server on the VPS

Any one had similar deployment on Windows 2008. please let me know
or if any useful links

Regards,
Viren

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
Thanks for the help.
i recognized that we had our own customised auth_user and we missed
IS_NOTEMPTY validation for the password field.
The issue was resolved

On Wed, Jan 11, 2012 at 8:07 PM, Anthony  wrote:

> Are you using a custom auth_user table? With the default table, the
> password 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 successfully and also
>> able to login with that user with blank password
>>
>> On Wed, Jan 11, 2012 at 2:38 PM, Albert Abril wrote:
>>
>>> I tryed in Version 1.99.3 and it's working ok. When I put a blank
>>> password there's a "Too short" 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
>>>>
>>>
>>>
>>


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

2012-01-11 Thread VIREN PATEL
Even i tried with version 1.99.3 still it registers successfully and also
able to login with that user with blank password

On Wed, Jan 11, 2012 at 2:38 PM, Albert Abril wrote:

> I tryed in Version 1.99.3 and it's working ok. When I put a blank
> password there's a "Too short" 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==email).select()
>> **if users:
>> **return users[0].id
>> **else:
>> **my_crypt = CRYPT(key=auth.settings.hmac_key)
>> **crypt_pass = my_crypt(passw)[0]
>> **id_user= db.auth_user.insert(
>> **   first_name=first_name,
>> **   last_name=last_name,
>> **   email = email,
>> **   password = crypt_pass
>>
>> **   )
>> **return id_user*
>
>
>
> Now create user with this:
>
>
> *iduser = new_user('Chris','Mills','ch...@nobody.com','somepasswordhere')*
>
>
>
> On Mon, Nov 21, 2011 at 8:48 AM, Shiv  wrote:
>
>> Hi,
>>
>> I want to import the user details from XL file and register in the
>> user_auth table.
>> If you can share info on how to register the users programmatic way, it
>> will be of great help.
>>
>> Thanks & Regards
>> Shiv
>>
>
>
>
> --
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
>


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.a. Iceberg) wrote:

> Hi Anthony,
>
> So you are quite familiar with the web2py internal, this time the
> navbar. Are you the programmer of that function? Would you comment on
> this issue?
>
> http://code.google.com/p/web2py/issues/detail?id=517
>
> Regards,
> Ray
>
> On Nov 16, 3:47 am, Anthony  wrote:
> > In trunk, auth.navbar now takes a new 'separators' argument -- the
> default
> > is
> >
> > auth.navbar(..., separators=(' [ ', ' | ', ' ] '))
> >
> > The new 'welcome' app will actually get rid of the brackets, with
> separators=('',
> > ' | ', '').
> >
> > Also, auth.navbar() simply returns a web2py SPAN helper object, so you
> can
> > manually edit it:
> >
> > navbar = auth.navbar()
> > del navbar[0], navbar[-1]  # no more brackets
> >
> > Finally, it's easy to create your own navbar. Assuming your auth action
> is
> > the standard /default/user function:
> >
> > SPAN(A('Login', _href=URL('default', 'user', args='login')), ' | ',
> > A('Register', _href=URL('default', 'register', args='register')),
> > _class='auth_navbar')
> >
> > Anthony
> >
> >
> >
> >
> >
> >
> >
> > On Tuesday, November 15, 2011 12:21:44 PM UTC-5, Michael Gheith wrote:
> >
> > > Does anyone know how to get rid of the brackets and pipes in:
> > > [ login | register | lost password? ]
> >
> > > Also, would it be easy to append my own menu with the above?  If so,
> > > then what file does this reside in?
> >
> > > Thanks in advance,
> > > Michael Gheith
>


[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