- fixed radio buttons for useraccounts:materialize (see meteor-useraccounts#421)
- fixed query parameters pick up for useraccounts:iron-routing (see meteor-useraccounts#367)
- corrected few typos within the docs and removed unnecessary debug log
- various fixes and a bit of clean up for
useraccounts:flow-routing
- fixed inifinite redirect loop for
ensuredSignedIn
withinuseraccounts:flow-routing
(see meteor-useraccounts/flow-routing#2)
- removed routing support from core: refer to useraccounts:iron-routing and useraccounts:flow-routing packages to get some ;-)
- added template level content protection (see new Content Protection section)
- updated
useraccounts:semantic-ui
to SUI v2.0 (thanks @lumatijev) displayName
configuration option for form fields now accepts also functions- added the
focusFirstInput
configuration option - fixed many typos and added/removed some sections in the Guide
- fixes for #410, #411, and #413
- Added a section about available internal states to the Guide (see Internal States
- change
profile.username
toprofile.name
when usinglowercaseUsername
options (WARNING! this is a bit of a breaking change, see #388) - removed possibly annoying warning (see #398)
- added a
preSignUpHook
to be possibly used to enrich the user profile just before new user registration (see #400) - route configuration now accepts additional parameters to be passed to IR (see #409)
- some improvements to the docs
- more customizable texts (see 7d166b74f111e05b22ef2c7d93908441e242350d)
- added autofocus for the first input field of
atPwdForm
. - fixed some texts configuration capability (see #380)
- various corrections/improvements to the docs
- allowed for
field.setError
to take in Boolean values (see #361) - fixed bug with
Must be logged in
error message shown after sign out (see #321)
- aligned
useraccounts:unstyled
with the latest PRs
- resend verification email (see #349, thanks @dalgard)
- allow for a neutral message text to be displayed (see #314 and #317, thanks @dalgard)
- more configurable error texts (see Errors Text, plus #301 #342)
- fixed little redirect bug (see #315)
- added title configuration for
verifyEmail
state plus letting titles to be hidden by setting the corresponding text to an empy string (see Form Title)
- made (a fake)
ensureSignedIn
plugin available also on server side code (fixed #291)
- added
lowercaseUsername
configuration option (see Configuration API Options) - added
ensureSignedIn
plugin for Iron Router (see Content Protection) - fixed
ensureSignedIn
regression (see #286)
- fixed routing regression (see #284)
- removed useless logs
useraccounts:materialize
to the suite! (Many thanks to @Kestanous!!!)- fixed glitch within
ensureSignedIn
(see #278) - added experimental support for reChaptcha (see #268 and reCaptcha Setup, great work @theplatapi!)
- new
template
option for deeper input fields customization (see #273 and Form Fields Configuration) - prevent access to
atChangePwd
for users not being logged in (see #207) - use
Meteor.userID()
in place ofMeteor.user()
where possible to reduce reactive re-computations - fixed bug with timed out redirects (see #263)
- fixed reactivity bug within
ensureSignedIn
(see #262) - removed warning about MAIL_URL not being configured (see #267, #210)
- better
atNavButton
behaviour (see #265 tnx @adrianmc)
- updated deps for iron:router and softwarerero:accounts-t9n to latest versions
- moved the documentation to a separate file: Guide
- fixed bug about calling
sibmitHook
(see #249 #252 tnx @dalgard) - new
options
for field configuration (see #250 and Extending Templates tnx @dalgard) - a bit of cleanup for docs (see #251 tnx @dalgard)
- capitalazed default value for display name and placeholder (see #247)
- switch to official
Accounts._hasPassword
(see this and this, tnx @glasser) - more sites using useraccounts: congrats to @nate-strauser and @msamoylov on their launches! (see the list)
- new landing page for the whole project and new live examples (still to be further improoved...) :) (see useraccounts.meteor.com)
- added
transform
among the options for field configuration - better behaviour for input value tranform/fix
- terms and agreements now showed also on enrollment form (see #253)
- link to singIn now shown also on forgot password form in case
forbidClientAccountCreation
is set to true (partial solution to #229) - moved terms and agreements link right after the submit button (see #239)
- added
useraccounts:polymer
to the suite! (WIP, Thanks @kevohagan!!!) - fixed a bug with atVerifyEmail route (see #241 and #173)
- little docs improovements
- updated dependency to softwarerero:[email protected] to include Turkish language
- fixed
{{> atForm state='<state>'}}
which was no more working with [email protected] (see #217) - fixed some text configuration (see #209, thanks @bumbleblym)
- fixed some typos into the docs (see #208, thanks @bumbleblym)
- added
useraccounts:ionic
to the suite! (Thanks @nickw!!!) - updated
useraccounts:semantic-ui
to [email protected] (Thanks @lumatijev!!!) - added
onLogoutHook
to be able to run code (custom redirects?) onAccountsTemplates.logout
(see #191) - added
onSubmitHook
among configuration parameters to be able to run code on form submission (might be useful for modals! see #201 and #180) - submission button get now disabled also during fields (asynchronous) validation
enforceEmailVerification
now works also with username login (fixed #196)- better IE compatibility (see #199)
- better input field validation flows to recover from previous errors (see #177)
- updated dependency to softwarerero:[email protected]
- new Contributing section among docs
- a few improvements and typo fixes for README.md
- more robust logout pattern when dealing with routes protected with ensureSigndIn
- updated dependency to iron:[email protected]
- fixed bug in linkClick (see #170)
- fixed bug in configureRoute
- added support for Ratchet: see useraccounts:ratchet. Note: form validation is currently not supported by Ratchet!
- fixed bug in custom validation flow
- better default validation for
email
field (see #156) - few corrections inside docs
- added
ensuredSignedIn
among configurable routes so that differenttemplate
andlayoutTemplate
can be specified (fix for #160 and #98) - added
socialLoginStyle
among the configuration options to select the login flow (popup
orredirect
) for 3rd party login services (see #163) - fixed bug about fields ordering
- put back in a
init
method dispalying a warning to preserve backward compatibility...
- fixed bad redirect for cheange password route (see #154)
- fixed regression due reactivity problems after fix for #139
- breaking change: removed the need to call
Accounts.init()
- added support for fields' validating state to display a 'loading' icon
- added support for fields' icon configuration
- added support for social buttons' icon configuration (see this new section)
- added support for
meteor-developer
oauth service (see #147) - fixed (special) fields ordering, see #144
- fixed ensureSignedIn (see #152)
- removed
new_password
andnew_password_again
special fields, simply usepassword
andpassword_again
from now on! - better redirect behaviour when a logged in user lands on a sign-in/sign-up page: usual redirect is now performed. (see #139)
- better field validation patterns...
- updated dependency to irou:[email protected]
- updated dependency to softwarerero:[email protected]
- corrected many errors and typos inside the Documentation
- fixed
atNavButton
for useraccounts:unstyled - fixed variour names and links in README files
- new template
atNavButton
- added methos
AccountsTemplates.logout()
which redirects back tohomeRoutePath
when configured - support for hidden fields
- url query parameters loaded into input fields -> useful mostly for hidden fields ;-)
- granted full control over field ordering (except for special fields...). see #135
- fixes for #130, #132
- fixed link to git repositories inside package.js files
- new names: no more splendido:accounts-templates: but useraccounts: !
- updated iron:router to v1.0.0
- added support for checkbox, select, and radio inputs
- added defaultState as referred in #125
- fixes for #127
- better texts configuration API (as for #117)
- prevPath fix
- updated iron:router to v0.9.4
- fixed #110
- fixed some redirection problems connected with
ensureSignedIn
- experimental implementation for forbidding access with unverified email (see #108) through configuration flag
enforceEmailVerification
- added options to hide links: hideSignInLink, hideSignUpLink
- fixed #107
- fixed #109
- better submit button disabling when no negative feedback is used
- fixed #105
- added
defaultLayout
to configuration options - new callback parameter to
setState
- better rendering behaviour on
ensureSignedIn
- Fixed links for
reset-password
,enroll-account
, andverify-email
- fixed checks for login services (see #93)
- minor updates to docs
- fixed #92, to permit the use of, e.g.,
{{> atForm state="changePwd"}}
( see docs)
- fixed #91, pwdForm submission on signin page has no effect unless both password and usename/email are not empty
- show title on sign in also with other services
- moved sign in link below pwd form
- removed sign in link from forgot-pwd page (sign up link is still there!)
- added class at-btn to submit button
- added class at-signin to sign in link
- added class at-signup to sign up link
- added class at-pwd to forgot password link
- accounts-t9n dependency updated to @1.0.0
- Fixes for #19, #24, #25, #26
- layoutTemplate option
- Better signup flow, with proper server side validation!
- Fixes for #15, and #16
- Do not show validation errors during sign in
- Do not show sign up link when account creation is disabled
- Better use of UnderscoreJS
- Corrected documentation for showAddRemoveServices
- added configuration parameter
showAddRemoveServices
- Fix ensureSignedIn for drawing correct template