0
votes
0answers
9 views

Fetching a URL from a basic-auth protected Jenkins server with urllib2

I'm trying to fetch a URL from a Jekins server. Until somewhat recently I was able to use the pattern described on this page (HOWTO Fetch Internet Resources Using urllib2) to create a password-manager ...
1
vote
2answers
31 views

Access to user in django models

Hi i have problem with django python app. Im creating function in model in django - which gives me true or false in template. Can i get access to logged user in function in model?
1
vote
0answers
22 views

Is there a way to access the keyring in Python 2.7 without having to give a master password? (Windows)

I'm developing a script with a co-worker that involves connecting to a database. We want to keep the code independent of which one of us uses it, while keeping our passwords private and not having to ...
0
votes
2answers
35 views

Get content of protected web pages using Python

How can you get content of protected pages using Python and urllib2? I need to specify a username and password for the pages that I am trying to retrieve.. e.g. content = urllib2.urlopen(URL, ...
0
votes
1answer
28 views

Form-based Kerberos authentication in Django

I have got an Django application that uses the RemoteUserBackend in combination with Apache and mod_auth_kerb to authenticate against Kerberos. However, this has some drawbacks: There is no proper ...
0
votes
2answers
65 views

How to get google ID from email

I'm using google ID as the datastore id for my user objects. Sometimes I want to find a user by email. The gmail address can appear with dots or without, capital letters and other variations. How can ...
0
votes
0answers
49 views

Is there any authentication plugin for Python Flask? [duplicate]

I'm curious about what would be the best way to implement a solid authentication system in Flask. Like with ACL levels, bells and whistles. Thanks for your input!
-2
votes
0answers
24 views

How to create Create CRUD in django?

How create models organization, groups and skills using django. Please help me thanks to all. Create Organizations People involved in different organizations Organization contains different groups ...
0
votes
1answer
24 views

File opening directly from SVN in Python with pysvn and authentication

I am working on a parser that gathers data from the files stored on SVN. I am periodically do svn info to get newest revision available and then do svn diff to get file list, from which I sort out the ...
0
votes
1answer
50 views

Is there a way to manage authentication for web services with Flask?

I am trying to use flask in order to provide http based web-services to an android application. I am found that flask-login is the easiest way to manage authentication but it seems to oriented ...
0
votes
1answer
26 views

User registration process in django?

I want user to regist my app in two step basic info (email username password) realinfo (realname, age, gender ) and this is how I did def developRegistrationFirstStep(request): if ...
1
vote
0answers
41 views

Active directory authentication using python

I need to provide an AD authentication for a project and although I know this can be done using LDAP, I am concerned about the security of my service since passwords have to be transferred in plain ...
0
votes
2answers
43 views

Possible MySQL authentication issue with python package (PyMySQL3)

I actually found a blog post that pretty much sums up my problem. Its at http://simon04.net/2013/03/python3-mysql/ The blog post is the most clear but to summarize: I'm currently trying to access a ...
0
votes
2answers
1k views

Django auth/login problems

I'm new to Django and trying to build a simple login system for my webpage using django.contrib.auth.views.login with Django 1.4. I have a base template containing the following login form which is ...
32
votes
1answer
8k views

Google Authenticator implementation in Python

I am trying to use one-time passwords that can be generated using Google Authenticator application. What Google Authenticator does Basically, Google Authenticator implements two types of passwords: ...

1 2 3 4 5 31
15 30 50 per page