Changeset - 6903296e95be
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-25 19:45:55
marcin@python-works.com
Added css elipsing for API keys
1 file changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users/user_edit_my_account_form.html
Show inline comments
 
@@ -16,13 +16,14 @@
 
                </div>
 
             </div>
 
            <div class="field">
 
                <div class="label">
 
                    <label>${_('API key')}</label> ${c.user.api_key}
 
                <div class="field">
 
                    <div class="label">
 
                        <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
 
                    </div>
 
                </div>
 
            </div>
 
            <div class="field">
 
                <div class="label">
 
                    <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
 
                    <label>${_('API key - keep this in secret, change your password to generate new key')}</label>
 
                    <div class="truncate autoexpand" style="width:120px;font-size:16px;font-family: monospace">${c.user.api_key}</div>
 
                </div>
 
            </div>
 
            <div class="fields">
0 comments (0 inline, 0 general)