-1
votes
1answer
53 views
pywikipedia logging in?
For various reasons I can't use login.py to log me in so I was wondering if anyone knew code so that I could log in to Wikipedia with my script without running a separate script?
Cheers!
0
votes
3answers
667 views
Login and Logout AD with C#
Hi,
How can i login without logout from current user to another Active Directory user with C#. ;
1-Getting new user's access
2- doing my work and than logout with c# same way.
For example i am a …
0
votes
3answers
84 views
how to create a secure php login system, allowing for “keep me logged in” functionality?
hello,
I use a simple login system based on SESSION vars. Once the user logs in, a session var is set that tells my script the user is to be accepted in. I don't use any custom clientside cookie var.
…
0
votes
2answers
30 views
Django: use hash/guid in username
Hi all,
I am going to use email as a username across the website, however I still need to pre-fill the mandatory username field in User model somehow.
Initially I was thinking of using a md5 hash of …
0
votes
1answer
23 views
Do I need to query the database to verify logged in status when user views private pages?
.. Or is it enough to just check for a session variable that indicates a successful login has in fact been performed?
What are different ways to go about this? The ideal and not so ideal?
Thanks!
0
votes
2answers
59 views
Asp.net Login Control
Hi,
I have a web application that I use Login Control and ASP.net membership for Sign in process.
my application work propebly untill last week I upload new version, in this version I didnt change the …
0
votes
2answers
70 views
Why is CakePHP hashing my password twice?
Hi,
im Using CakePHPs standard Auth mechanism, but I have some problems with that.
Everytime a user logges in the password got hashed twice.
I have the Auth Component in the var $componets Array in …
-1
votes
3answers
58 views
Googles App Engine, Python: How to get parameters from a log-in pages?
Here is a quote from here:
So in short ... you need to look into login
page, see what params it uses e.g
login=xxx, password=yyy, post it to
that page and you will have to manage
the …
0
votes
0answers
12 views
How to manage sessions in web-driven Iphone Application
I am Making an Iphone application which is web-service enabled. Also I have skeleton of this application.I am using rest to feed the contents of view controllers. When application is launched it is …
1
vote
2answers
24 views
Auditing desktop application user and securing access to a desktop application
Question is about providing auditing (who used the application, when) and securing (who can launch the application - no fine grain control or data security) a desktop application developed you.
What …
0
votes
5answers
101 views
Gmail/Facebook without username/password - PHP Login Header Problem
Hi all.
I want to create my own personal login gateway into Gmail/Facebook/any other site. In this gateway I enter my master username and password, then I can choose where to login …
1
vote
1answer
39 views
What patterns or idioms exist for GUI requring user to provided 4 distinct sets of login creditials?
Background:
The application I am working on happens to be web-based, but the question applies to any GUI. I need to request three distinct pieces of information from the user four times -- each set …
1
vote
1answer
69 views
Python script to login to a url [closed]
Possible Duplicate:
sending http request to apache through a python script
Can some one please tell how to login to a url where we can provide the credentials of user name and password to …
3
votes
7answers
407 views
Disable Account due to Login 3 times failed.
Recently i read an article is about prevent brute-force attack. It said that automatically disabling user accounts is a poor security mechanism to fight a dictionary attack. In the first place, If an …
0
votes
1answer
29 views
Facebook connect login problem
I am trying to have a connect button on my site. Once the user has clicked the facebook login button, the pop up will ask the user to enter the authentication detail and the parent window will either …
