Completed
Push — master ( 6eda29...c67cfb )
by Rain
08:12 queued 02:08
created
plugins/froxlor-change-password/FroxlorChangePasswordDriver.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -255,12 +255,10 @@
 block discarded – undo
255 255
 	 * additionally it updates the hash if the system settings changed
256 256
 	 * or if the very old md5() sum is used
257 257
 	 *
258
-	 * @param array $userinfo user-data from table
259 258
 	 * @param string $password the password to validate
260
-	 * @param string $table either panel_customers or panel_admins
261
-	 * @param string $uid user-id-field in $table
259
+	 * @param string $pwd_hash
262 260
 	 *
263
-	 * @return boolean
261
+	 * @return string
264 262
 	 */
265 263
 	private function validatePasswordLogin($pwd_hash, $password = null) {
266 264
 
Please login to merge, or discard this patch.