mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Increase API token length to allow for future growth
This commit is contained in:
2
sql-schema/034.sql
Normal file
2
sql-schema/034.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Allow for future use of different tokens - this supports up to SHA-512
|
||||
ALTER TABLE `api_tokens` MODIFY `token_hash` VARCHAR(256);
|
Reference in New Issue
Block a user