Tagged Questions

1
vote
3answers
260 views

CakePHP: Clearing password field on failed submission

Greetings, I am setting up a pretty standard registration form with password field. The problem is, after a failed submission (due to empty field, incorrect format etc), the cont …
1
vote
4answers
57 views

Java HTTP AUTH?

I'm trying to connect a desktop application I am writing with the del.icio.us api @ http://delicious.com/help/api and simply provide them with my username and password and to reque …
0
votes
0answers
68 views

Problem with Authentication and Cache::write in cakephp

I'm porting application from custom authentication system to cake's Auth. Everything works fine for logged user (even with smaller privileges), but doesn't for non logged users (wh …
0
votes
2answers
37 views

Django - AttributeError - ‘User’ object has no attribute ‘validate’

I'm getting an AttributeError using rcrowley's django-twitterauth: http://github.com/rcrowley/django-twitterauth Looks like it occurs when the validate() method is called on the u …
1
vote
1answer
24 views

Verifying Resftul Authentication through a Non Ruby App

I'm trying to do Authentication against restful_authentication from a php application, however I understand it uses a SHA1(digest--salt--password--RESTFUL_AUTH_KEY). The issue is r …
1
vote
1answer
132 views

PHP PEAR Auth session timeout

This issue has been driving me insane. On two separate projects (both of which use PEAR as libraries but are written on completely different custom frameworks) I am using PEAR Auth …
0
votes
2answers
128 views

CakePHP authentication breaking after an incorrect login

I have a simple login form, username and password. Basically, When a user is anywhere on the website, he can click a link that will take him to the login page. After login, he is r …
0
votes
1answer
113 views

How to password control access to all urls except one in apache 2

Hi Apache Gurus I want to password protect all urls on my beta site at the moment. Except one url because it is called by flash and flash can't handle basic auth properly it seems …
0
votes
3answers
128 views

Auto login in CakePHP

Hi. I am using the registration form for different users? After a new user logs in, the registered users should redirect to an after-login page. We are using Auth component for t …
0
votes
1answer
113 views

cakephp acl aros_acos paradox

Hello, I'm trying to implement an authentication/authorization combo into my cakePHP site using Auth and Acl Components, but something odd is happening with my implementation. I'v …
0
votes
1answer
45 views

Django - Losing Auth Session

Hello, I am with some trouble in Django... After login I am losing auth session for some pages. If I access "accounts/login/","accounts/logout/",""accounts/register/" the session …
0
votes
1answer
136 views

How to deploy authorization between multiple cakephp applications?

I have main site example.com where users can register and login or just login with openid. Logged in users can create their own sites with subdomains like mysite.example.com. Every …
0
votes
0answers
46 views

User authentication context persitence when using HttpHandler

I have a Silverlight application. I want to display a PDF report and I created an HttpHandler that will dynamically generate the PDF based on the filename and parameters passed. O …
0
votes
2answers
137 views

How to make some pages not available when a user is logged in

In CakePHP we can use $this->Auth->allow('someMethod'); to make a page viewable without having to login. How do I make some the same page is not viewable when a user is logged in? …
1
vote
2answers
166 views

django auth User truncating email field

I am having an issue with the django.contrib.auth User model where the email max_length is 75. I am receiving email addresses that are longer than 75 characters from the facebook …

1 2 next
15 30 50 per page