Closed michaltakac closed 9 years ago
Awesome (nice description with an overview of the changes)! Thank you! I'll have a look at it ASAP!
Checked your PR. Awesome Work. Thanks!
Hey, how can we add login buttons for github, Facebook etc. Using account - ..... Package? Kindly help me to solve the issue.
client/lib/accounts
client/lib/accounts/config.js
, enabled creating accounts with email and username, also that will create third fieldusername_and_field
which will help when signing-in with both username or email - followed guide from here: https://github.com/meteor-useraccounts/core/blob/master/Guide.md#login-with-username-or-emailclient/lib/accounts/config.js
, added preconfigured routes forsign-up
,sign-in
,change-password
,forgot-password
andverify-email
.client/views/header.js
template event, it logouts and redirects to /sign-in...After this merge, we can implement sending emails (useraccounts have this bundled, just waits for email settings on the server)