Bladeren bron

w2.1: added accounts-ui accounts-password and use loginButtons template.

Frederic G. MARAND 9 jaren geleden
bovenliggende
commit
3fb23c2648
3 gewijzigde bestanden met toevoegingen van 18 en 1 verwijderingen
  1. 2 0
      .meteor/packages
  2. 12 0
      .meteor/versions
  3. 4 1
      image_share.html

+ 2 - 0
.meteor/packages

@@ -23,3 +23,5 @@ spacebars
 check
 ecmascript
 barbatus:stars-rating
+accounts-ui
+accounts-password

+ 12 - 0
.meteor/versions

@@ -1,3 +1,7 @@
+accounts-base@1.2.2
+accounts-password@1.1.4
+accounts-ui@1.1.6
+accounts-ui-unstyled@1.1.8
 autopublish@1.0.4
 autoupdate@1.2.4
 babel-compiler@5.8.24_1
@@ -16,12 +20,14 @@ check@1.1.0
 ddp@1.2.2
 ddp-client@1.2.1
 ddp-common@1.2.2
+ddp-rate-limiter@1.0.0
 ddp-server@1.2.2
 deps@1.0.9
 diff-sequence@1.0.1
 ecmascript@0.1.6
 ecmascript-runtime@0.2.6
 ejson@1.0.7
+email@1.0.8
 fastclick@1.0.7
 geojson-utils@1.0.4
 hot-code-push@1.0.0
@@ -34,6 +40,7 @@ jquery@1.11.4
 launch-screen@1.0.4
 less@2.5.1
 livedata@1.0.15
+localstorage@1.0.5
 logging@1.0.8
 meteor@1.1.10
 meteor-base@1.0.1
@@ -43,19 +50,24 @@ mobile-experience@1.0.1
 mobile-status-bar@1.0.6
 mongo@1.1.3
 mongo-id@1.0.1
+npm-bcrypt@0.7.8_2
 npm-mongo@1.4.39_1
 observe-sequence@1.0.7
 ordered-dict@1.0.4
 promise@0.5.1
 random@1.0.5
+rate-limit@1.0.0
 reactive-dict@1.1.3
 reactive-var@1.0.6
 reload@1.1.4
 retry@1.0.4
 routepolicy@1.0.6
+service-configuration@1.0.5
 session@1.1.1
+sha@1.0.4
 spacebars@1.0.7
 spacebars-compiler@1.0.7
+srp@1.0.4
 standard-minifiers@1.0.2
 templating@1.1.5
 templating-tools@1.0.0

+ 4 - 1
image_share.html

@@ -5,8 +5,11 @@
 <body>
   {{> image_add_form }}
 
-  <h1>Welcome to coursera!</h1>
   <div class="container">
+    <h1>Welcome to image share!</h1>
+
+    {{> loginButtons }}
+    <br />
     {{> images}}
   </div>
 </body>