diff options
| author | 2016-08-01 18:07:03 +0200 | |
|---|---|---|
| committer | 2016-08-01 18:07:03 +0200 | |
| commit | 17c3e616e8c3b927ee46258a8b8b20371bf59592 (patch) | |
| tree | 10bbc982d913fc6077701516bfdd212d4a6a2a84 /app/views/user/profile.phtml | |
| parent | 75d175c0ebe138211064b107641cf3979a5cb032 (diff) | |
| parent | c1548e732d7472c40473b3d99858059333a05eae (diff) | |
Merge pull request #1187 from Alkarex/remove_persona
Remove Mozilla Persona login
Diffstat (limited to 'app/views/user/profile.phtml')
| -rw-r--r-- | app/views/user/profile.phtml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index a97970927..51a5aed2f 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -42,15 +42,6 @@ </div> <?php } ?> - <div class="form-group"> - <label class="group-name" for="mail_login"><?php echo _t('conf.profile.email_persona'); ?></label> - <?php $mail = FreshRSS_Context::$user_conf->mail_login; ?> - <div class="group-controls"> - <input type="email" id="mail_login" name="mail_login" class="extend" autocomplete="off" value="<?php echo $mail; ?>" <?php echo FreshRSS_Auth::hasAccess('admin') ? '' : 'disabled="disabled"'; ?> placeholder="alice@example.net" /> - <noscript><b><?php echo _t('gen.js.should_be_activated'); ?></b></noscript> - </div> - </div> - <div class="form-group form-actions"> <div class="group-controls"> <button type="submit" class="btn btn-important"><?php echo _t('gen.action.submit'); ?></button> |
