Skip to content

Commit 6360c54

Browse files
author
Thom
committed
Fix remote user logins (column width) (#5989)
1 parent 0df5c4b commit 6360c54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE remote_user MODIFY remote_password VARCHAR(200) NOT NULL DEFAULT '';

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ CREATE TABLE `remote_user` (
13251325
`sys_perm_group` varchar(5) default NULL,
13261326
`sys_perm_other` varchar(5) default NULL,
13271327
`remote_username` varchar(64) NOT NULL DEFAULT '',
1328-
`remote_password` varchar(64) NOT NULL DEFAULT '',
1328+
`remote_password` varchar(200) NOT NULL DEFAULT '',
13291329
`remote_access` enum('y','n') NOT NULL DEFAULT 'y',
13301330
`remote_ips` TEXT,
13311331
`remote_functions` text,

0 commit comments

Comments
 (0)