Changeset 167

Show
Ignore:
Timestamp:
11/09/08 19:10:34
Author:
thejimmyg
Message:

Removed arabic letters from the form handler, fixes #40

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/trunk/CHANGELOG.txt

    r166 r167  
    440.4.3 
    55 
    6 * Added headers to the form handling for IE. Fixes #54 
     6* Removed arabic letters from the form handler. Fixes #40. 
     7* Added headers to the form handling for IE. Fixes #54. 
    78* Adding SQLAlchemy 0.5 support, uses session.add() instead of session.save() 
    89* The multi handler now handles WSGI applications implemented as iterators, 
  • AuthKit/trunk/authkit/authenticate/form.py

    r166 r167  
    11# -*- coding: utf-8 -*- 
     2 
    23"""Form and cookie based authentication middleware 
    34 
     
    1516This is so that Safari 3 Beta displays the page rather than trying to  
    1617handle the response itself as a basic or digest authentication. 
    17  
    18 The username and password are username2, password2 and الإعلاني, password1 
    19 respectively. 
    2018""" 
    2119