mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge remote-tracking branch 'origin/develop'
Some checks are pending
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Waiting to run
Codacy Security Scan / Codacy Security Scan (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Some checks are pending
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Waiting to run
Codacy Security Scan / Codacy Security Scan (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
This commit is contained in:
commit
c2bcc2e2d9
|
@ -678,7 +678,7 @@ $(document).ready(function() {
|
||||||
'bind': 'click',
|
'bind': 'click',
|
||||||
'passwordElement': '#password',
|
'passwordElement': '#password',
|
||||||
'displayElement': '#generated-password',
|
'displayElement': '#generated-password',
|
||||||
'passwordLength': 16,
|
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
|
||||||
'uppercase': true,
|
'uppercase': true,
|
||||||
'lowercase': true,
|
'lowercase': true,
|
||||||
'numbers': true,
|
'numbers': true,
|
||||||
|
|
|
@ -7,7 +7,7 @@ use App\Models\Component;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class ComponentCheckoutTest extends TestCase
|
class ComponentsCheckoutTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testCheckingOutComponentRequiresCorrectPermission()
|
public function testCheckingOutComponentRequiresCorrectPermission()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue