设置用户密码command:- --default-authentication-plugin=mysql_native_password # 设置 MySQL 默认认证插件为 mysql_native_password- --character-set-server=utf8mb4 # 设置 MySQL 服务器使用 utf8mb4 字符集- --collation-server=utf8mb4_unicode_ci # 设置 MySQL 服务器的字符校对规则为 utf8mb4_unicode_...
If anyone's interested in helping us test, you can either check out the develop branch, or just poke around in the develop demo:https://develop.snipeitapp.com(admin/password). The develop branch automatically deploys to that develop demo whenever we push/merge, so you should always be see...
Fixed #13382 - confusion around localization date by @snipe inhttps://github.com/snipe/snipe-it/pull/13455 Updated language strings from CrowdIn by @snipe inhttps://github.com/snipe/snipe-it/pull/13461 Addemailto companies by @Robert-Azelis inhttps://github.com/snipe/snipe-it/pull/13442 N...
return response()->json(Helper::formatStandardApiResponse('error', null, trans('admin/accessories/message.does_not_exist'))); } $accessory = Accessory::find($accessory_user->accessory_id); $accessory = Accessory::find($accessory_checkout->accessory_id); $this->authorize('checkin', $accesso...
Adds a permission group selection for directory sync by @Godmartinz inhttps://github.com/snipe/snipe-it/pull/11736 Fixed: Grey out password reset button for consistency by @akemidx inhttps://github.com/snipe/snipe-it/pull/12250 Removed extra logging case that was very noisy by @snipe inht...
Added supplier details to license view by @snipe inhttps://github.com/snipe/snipe-it/pull/14494 Fixed #14495 - Allow user_id to be passed to limit to only specific admins by @snipe inhttps://github.com/snipe/snipe-it/pull/14498 ...
I'm able to get into the box hosting Snipe-It and I hope that I can somehow find the file that i am looking for, or is their a way for me to reset the username and password somewhere on the server so that I can login? I went into app/config/production/mail.app and did see th...
snipeit-backend:{} -db_data:/var/lib/mysql environment: MYSQL_DATABASE:${DB_DATABASE} MYSQL_USER:${DB_USERNAME} MYSQL_PASSWORD:${DB_PASSWORD} MYSQL_ROOT_PASSWORD:${MYSQL_ROOT_PASSWORD} healthcheck: test:mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD ...
snipe-it Changes: ⚠️IMPORTANT: Future versions of Snipe-IT will require PHP8.0 or greater Happy Friday everyone! Version 6.1.0 is out! As you can see from the changelog below, it's a big one! (It will be less dramatic if you've been pulling frommasterthis whole time, but some...
Error 500 when using the asset search - blank results for non super-admins #9985 Closed nikolagi mentioned this issue on Dec 16, 2021 500 server error thrown when updating records #10444 Closed 2 tasks efgait mentioned this issue on Jan 22 Branding 500 Error #8983 Open MattyHum...