Skip to content

Commit

Permalink
Update Udemy (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpb authored Feb 12, 2017
1 parent 2d185bc commit b1ec702
Showing 1 changed file with 72 additions and 1 deletion.
73 changes: 72 additions & 1 deletion profiles/udemy.com.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,82 @@
name: Udemy
password:
value:
length:
min: 6
max: 64
reset:
url: https://www.udemy.com/user/forgot-password
flow:
request:
form:
account:
accepts: email
captcha:
type: recaptcha
response:
email:
sender: [email protected]
body: firstname link
change:
form:
newpassword:
characters: hidden
repeat:
newpassword:
input: required
characters: hidden
submit:
destination:
page: home
sessions:
own: logout
expire: now
change:
url: https://www.udemy.com/user/edit-account#password
url: https://www.udemy.com/user/edit-account/#password
form:
oldpassword:
input: required
characters: hidden
newpassword:
characters: hidden
repeat:
newpassword:
input: required
characters: hidden
registration:
url: https://www.udemy.com/join/signup-popup/
form:
fullname:
input: required
email:
input: required
password:
input: required
characters: hidden
repeat:
email:
input: none
password:
input: none
terms:
agreement: implicit
login:
url: https://www.udemy.com/join/login-popup/
form:
account:
accepts: email
password:
characters: hidden
thirdparty:
auth:
providers:
- facebook.com
- google.com
terms:
use:
url: https://www.udemy.com/terms/
statements:
privacy:
url: https://www.udemy.com/terms/privacy/
reviewed:
date: 2017-02-12T00:47:03.655Z

0 comments on commit b1ec702

Please sign in to comment.