Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed Jan 26, 2010
1 parent 548a048 commit eb44f65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Django One-Time Login URL
=========================

This is a simple application for Django that allows an anonymous visitor to log
in as a user by only visiting a URL.

By default, the URL is only valid once and cannot be used multiple times. Other
schemes that involve the number of visit and/or an expiry date can also be
created. For example, it is possible to create a log in URL that only valid for
5 visits before next week using this application.

See the file "INSTALL" for installation instruction.

0 comments on commit eb44f65

Please sign in to comment.