Commit graph

24 commits

Author SHA1 Message Date
SachaG
5fc0e30f40 Fix ESLint 2018-09-12 11:59:00 +09:00
James Babcock
7b450d3a9b When changing email address on an account, mark the new address as unverified 2018-08-30 16:03:19 -04:00
James Babcock
a9422307e1 Add support for email address verification. 2018-08-27 15:47:16 -04:00
Apollinaire
944b57df76 remove console.log 2018-08-20 12:39:26 +02:00
Apollinaire
80d390ec8a add user.create.before hook to classic signup workflow 2018-08-17 19:28:57 +02:00
Apollinaire
8b3f80dfc2 use single argument and fix hook names for onCreateUserCallback 2018-08-17 16:29:45 +02:00
Apollinaire
4c4f11b1a0 re-establish vulcan's custom enroll and reset urls
since f3c1f7bf31 the urls sent in the resetPassword and enrollment emails were the Meteor default one, `/#/reset-password`
2018-08-17 16:28:41 +02:00
SachaG
8347dffb2e Fix user creation onCreate/onInsert step 2018-08-07 10:13:59 +09:00
Apollinaire
ac0a875c3a remove backwards comp. from function name change and add new names to...
all instances of functions Users.can... in the whole code
2018-06-21 14:27:20 +02:00
SachaG
2b61d31ccb Merge branch 'master' into devel
# Conflicts:
#	packages/vulcan-users/lib/server/on_create_user.js
2018-06-16 10:16:09 +09:00
SachaG
7455d7b21b Add debug statements and fix #2001 2018-06-16 08:56:44 +09:00
SachaG
51acfa7ffc Migrate new callbacks to new single argument API 2018-06-15 10:18:20 +09:00
SachaG
f3c1f7bf31 isolate accounts-base dependency 2018-06-10 11:39:18 +09:00
SachaG
20185cfda3 Move isAdmin init code to callback, fix #1917 2018-03-03 15:04:33 +09:00
SachaG
5b91dc834c Clean up vulcan:users package directory structure 2018-02-17 11:17:07 +09:00
Justin Reynolds
0e5feab3fa Add Enroll Account component and route 2018-01-25 12:56:40 -06:00
SachaG
3f07f024c8 Rename users.new.validate.before callback 2017-12-20 09:43:30 +09:00
Dimitar Nikolov
036ef645de Add pre-validate callback on new user creation 2017-11-22 16:39:00 +02:00
SachaG
77f651d2d5 syntax clean up 2017-07-13 17:37:59 +09:00
SachaG
a192adfedb Double-check Facebook login 2017-05-03 14:42:39 +09:00
SachaG
ac2aa28e6c fix twitter login; throw different error when document is not found 2017-04-30 20:36:14 +09:00
SachaG
004945baeb move user validation step to onCreateUserCallback function; do not call Accounts.createUser from the server anymore; add new createUser function imported from vulcan:users to create users server-side 2017-04-29 12:31:40 +09:00
SachaG
929352619f Nova -> Vulcan 2017-03-24 10:35:19 +09:00
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00