meteor-factory / meteor-admin

26 stars 11 forks source link

Allow the use of custom login templates when default options are not suitable #2

Closed mstn closed 8 years ago

mstn commented 9 years ago

Hello,

thanks for this package. I was going to create something similar for a project I am working on, but I thought it is great if I can use this even if it is at a preliminary stage.

I did some changes to login templates. I introduced a config var loginLayoutTemplate to specify a template to use for login page. This is intended in the case when one doesn't want to use accounts-ui or useraccounts packages. In addition I added an exception when no login page template is defined (mainly for debug reasons).

chrisbutler commented 9 years ago

:+1: