search for: johnny1

Displaying 2 results from an estimated 2 matches for "johnny1".

Did you mean: johnny
2006 Jul 12
3
Most efficient way to "increment" a string?
I have members with usernames. In the event that a new member requests an already-existing username, I''d like to automatically "increment" a next-best string: johnny johnny1 johnny2 Knowing RoR, my gut tells me there''s some elegant, concise way to do this, but I can''t think of it. Any advice? -- Posted via http://www.ruby-forum.com/.
2010 Sep 17
0
Samba and Password Complexity
A password set from Windows XP requires a certain level of complexity: by default, Windows will not allow a password of "aaaaaa", but it will allow "Johnny1". I've been experimenting with a check password script so that both would be rejected. That worked. However, when I removed the check password script line from smb.conf and restarted Samba, Windows did not return to its original behaviour, but allowed me to set "aaaaaa". The...