Update of the OpenID was not working (it was only working at creation of the user...
[cavote.git] / templates / user_edit.html
index 7c0d337..4c8b3b8 100644 (file)
             <input type="text" name="organization" id="organization" value="{{ session.user.organization }}"/>
         </div>
       </div>
+      <div class="control-group">
+        <label class="control-label" for="openid">OpenID</label>
+        <div class="controls">
+            <input type="text" name="openid" id="openid" value="{{ session.user.openid }}"/>
+        </div>
+      </div>
       <!--<label for="password">Mot de passe</label>
       <input type="password" name="password" id="password" />-->
       <div class="form-actions">