Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review Coderbyte #278

Merged
merged 1 commit into from
Feb 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 61 additions & 3 deletions profiles/coderbyte.com.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,69 @@
name: Coderbyte
password:
value:
length:
min: 1
max: 40
notes:
- en: >
Password change form will accept passwords of any length,
but login input has a validation maximum of 40.
reset:
flow:
randomize:
request:
url: http://coderbyte.com/sl/forgotpassword/
url: https://coderbyte.com/sl/forgotpassword/
form:
email:
input: required
response:
email:
sender: [email protected]
body: [username, password]
change:
url: http://coderbyte.com/CodingArea/Settings/
url: https://coderbyte.com/settings/#new_pass
before:
form:
oldpassword:
input: required
characters: hidden
form:
newpassword:
characters: hidden
repeat:
newpassword:
input: required
characters: hidden
sessions:
own: logout
username:
value:
length:
min: 5
max: 16
contents:
whitelist:
classes:
- letters
- numbers
required:
- classes:
- letters
registration:
url: https://coderbyte.com/sl/
form:
username:
input: required
email:
input: required
password:
input: required
characters: hidden
login:
url: https://coderbyte.com/sl/
form:
account:
accepts: [username, email]
password:
characters: hidden
reviewed:
date: 2017-02-25T22:56:14.141Z