@@ -172,13 +172,13 @@ discard block |
||
| 172 | 172 | || is_null($row[$this->passwordhashcolumn])) |
| 173 | 173 | { |
| 174 | 174 | \SimpleSAML\Logger::error('sqlauth:'.$this->authId. |
| 175 | - ': column ' . $this->passwordhashcolumn . ' must be in every result tuple.'); |
|
| 175 | + ': column ' . $this->passwordhashcolumn . ' must be in every result tuple.'); |
|
| 176 | 176 | throw new \SimpleSAML\Error\Error('WRONGUSERPASS'); |
| 177 | 177 | } |
| 178 | 178 | if( $pwhash ) { |
| 179 | 179 | if( $pwhash != $row[$this->passwordhashcolumn] ) { |
| 180 | 180 | \SimpleSAML\Logger::error('sqlauth:'.$this->authId. |
| 181 | - ': column ' . $this->passwordhashcolumn . ' must be THE SAME in every result tuple.'); |
|
| 181 | + ': column ' . $this->passwordhashcolumn . ' must be THE SAME in every result tuple.'); |
|
| 182 | 182 | throw new \SimpleSAML\Error\Error('WRONGUSERPASS'); |
| 183 | 183 | } |
| 184 | 184 | } |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | if( is_null($pwhash)) { |
| 192 | 192 | if( $pwhash != $row[$this->passwordhashcolumn] ) { |
| 193 | 193 | \SimpleSAML\Logger::error('sqlauth:'.$this->authId. |
| 194 | - ': column ' . $this->passwordhashcolumn . ' does not contain a password hash.'); |
|
| 194 | + ': column ' . $this->passwordhashcolumn . ' does not contain a password hash.'); |
|
| 195 | 195 | throw new \SimpleSAML\Error\Error('WRONGUSERPASS'); |
| 196 | 196 | } |
| 197 | 197 | } |