diff --git a/Clckwrks/Authenticate/Page/ResetPassword.hs b/Clckwrks/Authenticate/Page/ResetPassword.hs
--- a/Clckwrks/Authenticate/Page/ResetPassword.hs
+++ b/Clckwrks/Authenticate/Page/ResetPassword.hs
@@ -16,5 +16,7 @@
      themeTemplate plugins (ThemeStyleId 0) "Reset Password" () [hsx|
       <%>
         <h2>Reset Password</h2>
-        <up-reset-password />
+        <div ng-controller="UsernamePasswordCtrl">
+          <up-reset-password />
+        </div>
       </%> |]
diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.25.0
+Version:             0.25.1
 Synopsis:            A secure, reliable content management system (CMS) and blogging platform
 Description:         clckwrks (pronounced, clockworks) aims to compete
                      directly with popular PHP-based blogging and CMS
