PDA

View Full Version : Remoting framework -- new website


mxc
14th August 2006, 21:19
Hi there,

Two questions about the remoting framework.

1) When I add a client I cant seem to login as that client unless I rest the clients username and password. I.E the ones passed in with the remote call dont seem to work.

2) When adding a new web site a parameter for the web space or the traffice space seems to be missing.

thanks
Mark

till
15th August 2006, 09:11
1) When I add a client I cant seem to login as that client unless I rest the clients username and password. I.E the ones passed in with the remote call dont seem to work.

Is a password set in the sys_user table when you add the client with the remoting framework?

2) When adding a new web site a parameter for the web space or the traffice space seems to be missing.

The remoting framework is not complete yet.

mxc
21st August 2006, 16:36
Hi Till,

I checked and there is a password in the sys_user table. Ithink I see the problem though. The user name is only 20 chars long so it just truncates the user name. Since I use the email address as the username to avoid name collision it is often longer than 20 char. Unfortunately the ISPConfig UI shows the full user name.

falko
22nd August 2006, 14:40
You can try to change the table settings (e.g. with phpMyAdmin) to allow longer usernames.