An open API service indexing awesome lists of open source software.

https://github.com/serginator/kata_passwordvalidator

A kata made at #XPWeek 2013 in Carlos Ble's workshop.
https://github.com/serginator/kata_passwordvalidator

Last synced: 3 days ago
JSON representation

A kata made at #XPWeek 2013 in Carlos Ble's workshop.

Awesome Lists containing this project

README

          

kata_passwordValidator
======================

A kata made at #XPWeek 2013 in Carlos Ble's workshop.

Its specification was:
* At least a length of four.
* At least a number and a letter.
* At least a lower case letter.
* At least a capital letter.

I've started it with a partner and it was modified by some other people, so this is the result.