Forum OpenACS Q&A: Re: authority id question

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...