PASSWORD_RANGE = PASSWORD_MIN_LENGTH..PASSWORD_MAX_LENGTH
.
.
.
validates_length_of :password, :within => PASSWORD_RANGE

