Skip to content

Commit db69e52

Browse files
author
Marius Burkard
committed
Merge branch '5989-remote-user-logins-not-working' into 'develop'
Resolve "Remote user logins not working" Closes #5989 See merge request ispconfig/ispconfig3!1382
2 parents 0df5c4b + 598d0e0 commit db69e52

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)