Displaying 2 results from an estimated 2 matches for "user_uid".
Did you mean:
user_id
2012 Jun 24
2
Dovecot Quotas in Version 2
...p_quota
}
protocol pop3 {
mail_plugins = quota
pop3_uidl_format = %08Xu%08Xv
}
And for the dovecot-sql.conf file (passwords changed, of course):
driver = mysql
connect = dbname=horde user=<USER> password=<PASSWORD> host=localhost
default_pass_scheme = PLAIN
password_query = SELECT user_uid as user, user_pass as password FROM horde_users WHERE user_uid = '%u';
user_query = SELECT uid, gid, home, maildir, concat('maildir:storage=', quota) AS quota FROM horde_users WHERE user_uid = '%u';
I did not update the dovecot-sql.conf file at all - so I don't know if...
2006 Aug 07
0
multiple text_field_with_auto_complete in IE/Opera
I have a text_field_with_auto_complete in _each_ row of my /list table.
I use the autocomplete box in a row to update info in that row. I
noticed that all of them get the same id and name attributes (user_uid
and user[uid]). This doesn''t cause a problem in firefox 1.5 on windows.
However on IE 6/Opera 9 I can only get autocomplete in the first box,
and that box on :after_update_element affects all the rows. In firefox
this is working flawlessly (though I wonder how, since ids are all the
s...