diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 13:28:25 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 13:28:25 -0700 |
commit | 4d19e0af572486ff0cd38b365dfc7411a8207837 (patch) | |
tree | a95b2febbba5a76dedd3ffc421b8f49d36193fa1 /docs/issues/repo_name_limit.mdwn | |
parent | ffab3ec34b9fd949a9877d0a19182b58911424da (diff) | |
download | piny-code-4d19e0af572486ff0cd38b365dfc7411a8207837.tar.gz piny-code-4d19e0af572486ff0cd38b365dfc7411a8207837.zip |
Adding new <32 character limit to usernames
Diffstat (limited to 'docs/issues/repo_name_limit.mdwn')
-rw-r--r-- | docs/issues/repo_name_limit.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/issues/repo_name_limit.mdwn b/docs/issues/repo_name_limit.mdwn index 68a77f5..6059178 100644 --- a/docs/issues/repo_name_limit.mdwn +++ b/docs/issues/repo_name_limit.mdwn @@ -4,6 +4,6 @@ * Opened by: jrayhawk ### Discussion -Problem: Repository names are restricted to 24 characters by the groupname limit in libc6 plus our use of the iki- prefix. +Problem: Repository names are restricted to 28 characters by the groupname limit in libc6 plus our use of the iki- prefix. Possible solution: optional use of truncated md5 (the first character needing to be a letter) hash of reponame as groupnames, restriction of usernames to 31 characters to keep namespaces isolated, check in newrepo for hash collision before actions are taken |