mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
feat: mandatory auto-generated passwords for share links + admin password copy/regeneration + password gate rate limiting
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Migration 036: add encrypted_password to share_links
|
||||
-- Required by ShareLink to store encrypted plaintext passwords for admin display.
|
||||
ALTER TABLE share_links ADD COLUMN encrypted_password TEXT;
|
||||
Reference in New Issue
Block a user