Re: [web2py] Re: Regarding "registration needs verification"

2016-03-20 Thread Ramchandra Sharma
No, I am getting it for every login sometime i get Invalid login :(


On Mon, Mar 14, 2016 at 2:28 PM, Najtsirk <kristjan.stro...@gmail.com>
wrote:

> Do you get this error at the firs login (when user registers) or at the
> first login?
>
> Because, if you get it after the first login, this is correct behaviour.
> The user has to verify registrations.
>
>
> On Friday, 11 March 2016 16:21:43 UTC+1, Ramchandra Sharma wrote:
>>
>> Although the user is registering .While loginging  i get the error
>> "registration needs verification"\
>>
>> My variables are --
>>
>> auth.settings.registration_requires_verification = False
>> auth.settings.registration_requires_approval=False
>> auth.settings.reset_password_requires_verification = True
>> auth.settings.login_after_registration = True
>>
>> can anyone help me please!!!
>>
> --
> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/Pnx9E8ByINc/unsubscribe.
> To unsubscribe from this group and all its topics, 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] Regarding "registration needs verification"

2016-03-11 Thread Ramchandra Sharma
Although the user is registering .While loginging  i get the error 
"registration needs verification"\

My variables are --

auth.settings.registration_requires_verification = False
auth.settings.registration_requires_approval=False
auth.settings.reset_password_requires_verification = True
auth.settings.login_after_registration = True

can anyone help me please!!!

-- 
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.


Re: [web2py] Re: redirection to /default/user/profile

2015-08-11 Thread Ramchandra Sharma
so, if i want to use auth.register() in html page can i return it as some 
dict(form)??


On Saturday, 12 March 2011 01:47:10 UTC+5:30, Jonathan Lundell wrote:

 On Mar 11, 2011, at 11:29 AM, pbreit wrote:
  But can't you just put auth.settings.logged_url = self.url('default', 
 'index') in a model?

 Sure. The problem is only with calling (for example) auth.register() 
 directly.


-- 
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] forms

2015-07-19 Thread Ramchandra Sharma
I am trying something with form in which on selecting some thing in select 
tag i should get some data from database based on select tag value.So on 
select tag i used ajax call but the ajax response text is difficult to 
parse is there any other way?
Thanks in advance :)

-- 
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.