On May 18, 3:19 am, S K <[email protected]> wrote:
> Hi All,
> i am requesting please any one reply for doubt below...
>
> Thanks in advance
>
> Regards
> S.K
>
> On Fri, May 15, 2009 at 6:04 PM, S K <[email protected]> wrote:
> > Hi
> > can i get any sample code,
>
> how to keep data inside spread sheet, and that spread sheet
> details(what ever we given in spread sheet like user name and password), how
> can i use for authentication in python code
Upload the spreadsheet as a data file, and have your python code's
authentication function read it and compare the username and password
sent by the user to the lines in the spreadsheet.
Not that I think this is a good idea. Why not store the passwords
(or, infinitely preferable, a hash of the passwords) in the
datastore? If you use a spreadsheet, you'll need to re-deploy your
application every time someone changes their password.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---