summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-10-16 20:19:02 +0000
committertailor <cygnus@janrain.com>2007-10-16 20:19:02 +0000
commit38991f018e16226d1e6dd63e7986465770e42e1f (patch)
tree132b331ee303754534df906185c39f0e0ba971d6 /Auth
parent2243ab48c6bad53f95ec9ff88012b832ca9af568 (diff)
downloadphp-openid-38991f018e16226d1e6dd63e7986465770e42e1f.zip
php-openid-38991f018e16226d1e6dd63e7986465770e42e1f.tar.gz
php-openid-38991f018e16226d1e6dd63e7986465770e42e1f.tar.bz2
[project @ Test minimum supported alias length]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/AX.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Auth/OpenID/AX.php b/Auth/OpenID/AX.php
index 41d9067..dfc0a3c 100644
--- a/Auth/OpenID/AX.php
+++ b/Auth/OpenID/AX.php
@@ -15,6 +15,10 @@ define('Auth_OpenID_AX_NS_URI',
// ask for as many values as the OP can provide.
define('Auth_OpenID_AX_UNLIMITED_VALUES', 'unlimited');
+// Minimum supported alias length in characters. Here for
+// completeness.
+define('Auth_OpenID_AX_MINIMUM_SUPPORTED_ALIAS_LENGTH', 32);
+
class Auth_OpenID_AX {
function isError($thing)
{