jimmyl0l3c / cfg_share_links

App for Nextcloud that adds the ability to specify share tokens
GNU Affero General Public License v3.0
32 stars 3 forks source link

Set max token length to 32 (the db limit) #256

Closed jimmyl0l3c closed 1 month ago

jimmyl0l3c commented 1 month ago

Nextcloud saves the share token in varchar(32), limit the custom token to 32 characters.