Remove /unsubscribe from htaccess config
[blerg.git] / www / jssrc / blerg / Recovery.js
index c3efbad..31401c7 100644 (file)
@@ -2,9 +2,9 @@ enyo.kind({
     name: "blerg.Recovery",
     components: [
         {tag: 'h2', content: "Reset Your Password"},
-        {tag: 'p', components: [
+        {tag: 'form', onsubmit: 'submitRecovery', components: [
             {kind: 'onyx.InputDecorator', classes: "recovery", components: [
-                {kind: 'onyx.Input', name: "newPassword"}
+                {kind: 'onyx.Input', name: "newPassword", type: 'password'}
             ]},
             {kind: 'onyx.Button', content: "Set", onclick: "submitRecovery", classes: "recovery"}
         ]}