Password Validation - Require Letters and Numbers - no regex
Simple password validation for user registration - requires that password be 7 or more characters and contain both letters and numbers. Original validation with regex approach developed by kurtis. Optimized no-regex version based on code from watchedman ran as fast or significantly faster on all systems on which we tested it.
- registration
- model
- regex
- user
- validation
- form
- password