We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd70f8 commit 1a95b05Copy full SHA for 1a95b05
src/Tqdev/PhpCrudApi/Middleware/DbAuthMiddleware.php
@@ -59,6 +59,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
59
$passwordLength = $this->getProperty('passwordLength', '12');
60
$pkName = $table->getPk()->getName();
61
$registerUser = $this->getProperty('registerUser', '');
62
+ $loginAfterRegistration = $this->getProperty('loginAfterRegistration', '');
63
$condition = new ColumnCondition($usernameColumn, 'eq', $username);
64
$returnedColumns = $this->getProperty('returnedColumns', '');
65
if (!$returnedColumns) {
0 commit comments