Re: [web2py] how can i login without using form?

2013-05-01 Thread Giuseppe Marchetti
can i use any function to login? or how can i login with function? for ex: gluon.tools.auth.login(a value from my database) auth.login(db.auth_user(id)) etc.. 1 Mayıs 2013 Çarşamba 01:10:57 UTC+3 tarihinde Giuseppe Marchetti yazdı: > > I dont get any error.. i just want to be log in.. i g

Re: [web2py] how can i login without using form?

2013-04-30 Thread Giuseppe Marchetti
you are getting? > > > 2013/4/30 Giuseppe Marchetti > > >> Thank you for your interest Michele.. But i examinated your code for etti >> from code google but it doesnt work on web2py.. i guess it works on old >> version web2py.. >> i just wonder how i can set login flag

Re: [web2py] how can i login without using form?

2013-04-30 Thread Giuseppe Marchetti
Thank you for your interest Michele.. But i examinated your code for etti from code google but it doesnt work on web2py.. i guess it works on old version web2py.. i just wonder how i can set login flag.. can i send u mail about my screenshots? i run rauth and it works great.. but it doesnt set l

Re: [web2py] how can i login without using form?

2013-04-30 Thread Giuseppe Marchetti
hi Michele, thanx for ur time to help me.. but it doesnt work.. :( my code (a part from default.py ) : from rauth import OAuth1Service twitter = OAuth1Service( name='twitter', consumer_key='sgpDtqbVKlYeV8zXmaAd6A', consumer_secret='xMqlrwCcOsQoUlOwdsxDId8

Re: [web2py] how can i login without using form?

2013-04-30 Thread Giuseppe Marchetti
:34:09 UTC+3 tarihinde Michele Comitini yazdı: > > You can use oauth1.0a or oauth2 authentication that comes with web2py; see > in gluon/contrib/login_methods and the web2py book. > > mic > > > 2013/4/30 Giuseppe Marchetti > > >> hi all.. i m new on web2py. i try t

[web2py] how can i login without using form?

2013-04-29 Thread Giuseppe Marchetti
asda -- --- 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/groups/opt_out.

[web2py] how can i login without using form?

2013-04-29 Thread Giuseppe Marchetti
hi all.. i m new on web2py. i try to get some values from twitter to my database.. the problem is "i got all values like twitter id, profil pic, background pic url, friends, fallowers etc. but i cant login" how can i rise the flag (if there s) auth_user.id_logged_in ? i mean how can i do that? :