[web2py] User login

2017-06-08 Thread Swayambodha Mohapatra
Need some help regarding restricting the contents of a table to view only. I have used a smartgrid to link 4 tables. And, I want to restrict the data on the tables in such a way that only the admin can change the data, and not other registered users. Please help. -- Resources: - http://web2p

[web2py] User login with user id

2014-04-26 Thread Josyula Krishna
Hi, I'm trying to integrate my app with facebook, i didn't quite understand all the content on the internet, Here's what i'm trying to do, i authenticate the user from facebook, i get his information. I'm using this info to find if he exists in the auth_user database. If he does, i have his aut

[web2py] User Login causes error on GAE

2013-10-01 Thread Andy W
My application works fine locally with rocket/SQLlite but on GAE it now fails when a user logs in. It was working previously. The problem appeared when I added an extra field to auth_user. I have now removed this field but the error remains. I do not understand the error log sufficient to know wh

[web2py] Re: web2py user login form encoding problem

2013-03-29 Thread Massimo Di Pierro
The encoding should be be set in the HTML header. Yet it should not fail. Please open a ticket about this we may need to patch CRYPT. On Friday, 29 March 2013 03:09:33 UTC-5, Yebach wrote: > > hello > > I have a login form for user registration > > If user writes name surname password including s

[web2py] web2py user login form encoding problem

2013-03-29 Thread Yebach
hello I have a login form for user registration If user writes name surname password including signs š, č, ž, ć there is an error 'ascii' codec can't decode byte 0xc5 in position 0: ordinal not in range(128) Where can I set the encoding for form?? thank you -- --- You received this messa

[web2py] user login tables

2012-08-27 Thread Yebach
Hello My problem is that my app has to go to specific database on postgres to check for users. you can visit my app on http://portal.iurnik.si/ You can see that the user select a value from popup and then the app goes to a specific database to read data. After that I want to create a login fo

Re: [web2py] User Login

2011-01-04 Thread contatogilson...@gmail.com
Thank you. _ *Gilson Filho* *Desenvolvedor Web Blog:* gilson-filho.blogspot.com *Twitter:* twitter.com/gilsonfilho 2011/1/4 Bruno Rocha > {{=session.auth.user.first_name}} > {{=session.auth.user.last_name}} > > session > auth : > expiration : > 3

Re: [web2py] User Login

2011-01-04 Thread Bruno Rocha
{{=session.auth.user.first_name}} {{=session.auth.user.last_name}} session auth: expiration: 3600 last_visit: datetime.datetime(2011, 1, 4, 14, 0, 42, 458812) user: email: rochacbr...@gmail.com first_name: bruno id: 1 last_name: rocha password: xxx registration_key: reset_password_key

[web2py] User Login

2011-01-04 Thread contatogilson...@gmail.com
How can I capture the name of the user logged in and put in the view, without links to Login, and Register Lose Password? _ *Gilson Filho* *Desenvolvedor Web Blog:* gilson-filho.blogspot.com *Twitter:* twitter.com/gilsonfilho

[web2py] User login in jquery colorbox

2010-12-11 Thread pk
Hi together, it works fine to display the login formular in my jquery colorbox. but now i have a question. if user login successfully, i get a refresh to the userpage in the little colorbox. but i will close the colorbox before refreshing with this js-command: $.colorbox.close() have anybody an i

[web2py] User Login/Logout authentication event

2010-11-12 Thread Alex
Hello, I have a question regarding authentication. I would like to find a way to do certain events (ie. store stuff in the cache, update a last login time in the DB, etc.) when a user logs in and logs out. I'm currently just using the built in "auth" object and was wondering if there was a simp

[web2py] user-login and registration not working in overlay

2010-07-16 Thread ma...@rockiger.com
Hello, the user-functions like login or register don`t work, if the are in an javascript-overlay. I use the jquery-plugin facebox. The overlay open up, as it should, but when I submit the login-form nothing happens. In the view I include the overlay like this: Facebox get the content of the pag