This commit is contained in:
r888888888
2013-04-26 18:01:18 -07:00
parent e861425315
commit 3f95a96e73

View File

@@ -120,7 +120,7 @@
<% if CurrentUser.user.id == user.id %>
<tr>
<th>API Key</th>
<td><p>Temporarily disabled</p><%#= CurrentUser.user.bcrypt_cookie_password_hash %></td>
<td><%= CurrentUser.user.bcrypt_cookie_password_hash %></td>
</tr>
<% end %>
</table>