File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/Classes/LDAP/Attribute/Password Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ final class Crypt extends Base
1111
1212 public static function subid (string $ password ): bool
1313 {
14- return preg_match ('/^[\da-f ]{2}/ ' ,self ::password ($ password ));
14+ return preg_match ('/^[\da-fA-F ]{2}/ ' ,self ::password ($ password ));
1515 }
1616
1717 public function compare (string $ source ,string $ compare ): bool
Original file line number Diff line number Diff line change 5555 {{ (($r = $oo -> render_item_new ($dotkey )) !== NULL ) ? $r : ' [' . strtoupper (__ (' Deleted' )). ' ]' } }
5656 <input type =" hidden"
5757 name =" {{ $key } } [{{ collect (explode (' .' ,$dotkey ))-> first () } } ][]"
58- value =" {{ $r } }" >
58+ value =" {{ $oo -> values -> dot () -> get ( $dotkey ) } }" >
5959 </td >
6060 @endif
6161 @endforeach
You can’t perform that action at this time.
0 commit comments