layout | username | repo | desc | version |
---|---|---|---|---|
default |
Differential |
accounts-entry |
Meteor sign up and sign in pages. |
0.8.0 |
- Support email verification sending for accounts-password. Fixes #75. Fixes #190. 8540eb5
- Hash passwords client-side before they go over the wire. f53c7c8
- added arabic translation 3a2fa7b
- added russian translation 4b106e3
- Add a profile helper to accountButtons helper methods 7c41760
- added current route to fromWhere session var 94aafc5
- Add profile to server account create user d78ed24
- updated buttonText helper 31a5917
- redirect user from sign-in if already signed in 8e952fb
- changed social signUp usage faea789
- updated english language sign-up terms 9b774f1
- Add showOtherLoginServices option a3b61e7
- Allow template override using signedInTemplate eaca425
- Added translation for "Email is required" 8249664
- Added t9n on error message 3af877b
- Added translation for "User not found" to error: 5e8aaea
- Translation for "Email already exists." 89feeba
- Updated male/female addressing messages 6c26f20
- Added Incorrect password translation ddeb56a
- added slovene language 6ddaea2
- Add extra signup field support. [Fixes #179] ea0667e
- Get meteor developer accounts working a bit better. be97ac8
- added support for Portuguese. d069af4
- added correct jquery selector for getting the entry 589f668
- Added support for Swedish. 28a4bc9
- Pause is now a function passed to the onBeforeAction method. b3a8a6d
- Support Meteor accounts forbidClientAccountCreation. 4b64116
- audit argument package support 256d5ef
- updating #143 which attempts to correct error #130 09aaddd
- added italian translation e8f5e68
- Update german.coffee 461991a
- Do not pull in spark or just-i18n dependencies, neither are directly needed anymore. fc994c1
- Add name attributes on signUp form to be consistent #107
- Add emailToLower and usernameToLower settings so you can set the package to lowercase email input #101
- Put autofocus on first field, not just on the email input. #106
- Include the wrapLinks html, duh 7fb0e8e
- Clean up wrapLinks for blaze, clean up test syntax now that include works, and add a new wrapLinks test. 7a3296c
- Fix tests to work with blaze now. 9966e90
- Use the released version of just-i18n d3d5185
- redirect to correct page after social login 8aecc9c
- Oops, comma 77d7227
- Try to fix accounts-t9n issues. df238e8
- Fix just-i18n issues. Fixes #109 c6daa42
- Adding ability to override accountButtons signup 4e82743
- added sublime project files to gitignore and fix autofocus 9b10992
- Changing setting name to usernameToLower and emailToLower, just struggled with insensitive and casesensitive keeping what they ment in my head, i think this is clearer 962a7c5
- Adding isStringEmail method to AccountsEntry bafe044
- Adding check to make sure username is not an email address 398065d
- Adding error.usernameIsEmail to i18n, error text for different languages need check c7ce0f6
- Adding new settings for username and email Insensitive, adding check to signUp to make the username and email insensitive if needed c5cbb06
- Lock just-i18n to v0.1.1 since the refactors seem to break accounts-t9n which we rely on. a58632
- Fix signup form to work with USERNAME_ONLY, email field was causing errors. #93
- Fix 'fromWhere' routing to work for both usernames and emails, was an oversight #100
- Add polish translations #90
- Bump iron-router version to 0.6.4. Still wish we had semvar support for dependencies #96
- Added first tests using TinyTest
- Switch to using t9n so we get wrapped up translations for Meteor Core accounts-base errors #86
- Track redirects because of signInRequired and redirect back once sign in/sign up is completed #13
- Added signInRequired helper method
- Fixed various langauge issues with translations 6086a1
- Usernames in sign up + sign in should not be case sensitive #65
- Add before hooks to the settings so you can tweak html before each accountButtons link (NEEDS DOCS) 8b9555
- Fix template override to work correctly #83
- Fix redirect happening before login is finished processing #78
- Sign up code was being required by faulty logic, make it optional now. #69
- Add missed translations cd7192
- Add german support #70
- Use Accounts.createUser call instead of our own c2b2cf
- Fix calls to use proper settings for logo now #47
- Switch package to use i18n and add english and spanish translations #46
- Allow signupTemplate to be overridden ad0381d
- Refactor the folder structure of the package ad0381d
- Add an optional placeholder if email is marked as optional in the config. #39
- Switch to our own reset-password setup in IronRouter
- Tweaked wording on forgot password header
- Update to IronRouter 0.6.1
- Switch to Font-Awesome 4.0 syntax
- More IronRouter syntax changes
- Fix typo in register handlebars helper
- Return a string instead of a route from the helper
- Fixed bug with missing helper (otherServicesLogin) on signup page.
- Change version of iron-router we are pulling in, now use 0.6.0
- Change configuration to be partially on client, partially on server. There were issues with getting the Session set based on a Meteor.call with the previous implementation, so most settings are back on the client, only signupCode and defaultProfile are set on server now.
- Fixes bug to allow signup without signupCode
- Fix client side login to happen after we create the user server side #24
- Fix an issue with event passing and Firefox/IE issues #23
- Optionally protect signup form with a signup code
- Move configuration to server
- Configuration is set by calling a method rather than setting an attribute of AccountsEntry object
- Add a sign out route via iron router (/sign-out)
- Make signedInAs a global helper instead of just in the accountButtons template
- Return a string instead of true for the username on signup
- Fix css targetting for signout link changes
- Make Sign In header tag consistent with rest of package
- Move create account header outside of the if logic so you see the header no matter what your settings.
- Removed more differential naming from the package