Forum OpenACS Q&A: authority id question

Collapse
Posted by Chris Grant on
hi all,
just wondering how to check for the current authority_id via tcl.
thanks, Chris.
Collapse
2: Re: authority id question (response to 1)
Posted by Rocael Hernández Rizzardini on
the authority_id is per users basis, then a query like this:
select authority_id from users where user_id = :user_id
should do what you want...