diff options
| author | 2014-01-18 00:34:46 +0100 | |
|---|---|---|
| committer | 2014-01-18 00:34:46 +0100 | |
| commit | fb908d45577cd0f156104eb23b4b9859d40b6da2 (patch) | |
| tree | 6f41e46d3e562728f77aa928737a338e05da6b69 /p | |
| parent | 781d8a717f315525807bfd702cb740248b6087ea (diff) | |
Corrige rafraîchissement automatique après mise-à-jour avec Persona ou formulaire
Corrige
https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-31958851
Diffstat (limited to 'p')
| -rw-r--r-- | p/i/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/i/install.php b/p/i/install.php index 294231fc0..18dfc1449 100644 --- a/p/i/install.php +++ b/p/i/install.php @@ -817,7 +817,7 @@ function printStep2 () { <div class="form-group"> <label class="group-name" for="passwordPlain"><?php echo _t('password_form'); ?></label> <div class="group-controls"> - <input type="password" id="passwordPlain" name="passwordPlain" pattern=".{7,}" /> + <input type="password" id="passwordPlain" name="passwordPlain" pattern=".{7,}" autocomplete="off" /> <noscript><b><?php echo _t('javascript_should_be_activated'); ?></b></noscript> </div> </div> |
