AR-Devices / AROne

GogglePal App
www.ar-devices.com
0 stars 0 forks source link

[APP] add validation to Sign up Profess #80

Closed iamchenchen closed 9 years ago

iamchenchen commented 10 years ago

https://github.com/arpi6/validateIt

ghost commented 10 years ago

@iamchenchen , i see that you add the specs file in Podfile, and I am getting an error on that. what do I need to do? [!] Invalid Podfile file: undefined method `source' for #Pod::Podfile:0x10ecd5c80. Updating CocoaPods might fix the issue.

from /Users/jiachiw/github/AROne/AROne/Podfile:1

-------------------------------------------

source 'https://github.com/CocoaPods/Specs.git'

-------------------------------------------

Chenchens-MacBook-Pro-2:AROne jiachiw$

ghost commented 10 years ago

I end up not using that one. I am writing my own.

so far checks are: username is required password is required email is required password >= 8

@iamchenchen are we going to do as we discussed in the meeting? -password reqirement: >=8 && 1 upper case && 1 number:: both IOS and cloud (cc ohayo/cc: Oct 23 close)

ghost commented 10 years ago

password check has been updated to check uppercase and digits, and now it's done. please close