forked from ZwiiCMS-Team/ZwiiCMS
10.2.04 login unknown notification
This commit is contained in:
parent
6529b611a4
commit
5bfa992290
@ -3,6 +3,8 @@
|
|||||||
## version 10.2.04
|
## version 10.2.04
|
||||||
- Mise à jour :
|
- Mise à jour :
|
||||||
- Flatpickr 4.6.3
|
- Flatpickr 4.6.3
|
||||||
|
- Correction :
|
||||||
|
- Connexion avec un compte inexistant, notification incorrecte.
|
||||||
- Modifications :
|
- Modifications :
|
||||||
- Position de l'icône d'ouverture et de fermeture des blocs.
|
- Position de l'icône d'ouverture et de fermeture des blocs.
|
||||||
- Thème administration, bouton standard couleur du texte au survol.
|
- Thème administration, bouton standard couleur du texte au survol.
|
||||||
|
@ -355,7 +355,7 @@ class user extends common {
|
|||||||
// Verrouillage des IP
|
// Verrouillage des IP
|
||||||
$ipBlackList = helper::arrayCollumn($this->getData(['blacklist']), 'ip');
|
$ipBlackList = helper::arrayCollumn($this->getData(['blacklist']), 'ip');
|
||||||
if ( $this->getData(['blacklist',$userId,'connectFail']) >= $this->getData(['config', 'connect', 'attempt'])
|
if ( $this->getData(['blacklist',$userId,'connectFail']) >= $this->getData(['config', 'connect', 'attempt'])
|
||||||
OR in_array($this->getData(['blacklist',$userId,'ip']),$ipBlackList) ) {
|
AND in_array($this->getData(['blacklist',$userId,'ip']),$ipBlackList) ) {
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'notification' => 'Trop de tentatives, compte verrouillé',
|
'notification' => 'Trop de tentatives, compte verrouillé',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user