= Account Management Retrieve from the terminal the ID list of users to add from [/admin/accounts/users User Manager] {{{#!sh psql -c " SELECT DISTINCT(sid) FROM session_attribute WHERE authenticated = 1 EXCEPT SELECT sid FROM session_attribute WHERE name = 'enabled';" | for sid in `cat -`; do [ $( grep ^$sid ~/auth/trac.passwd) ] && echo $sid; done }}}