Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_data_user.pl
PublicShow source
 bc_user_auth(+Auth, -Info) is det
Authenticates the given user with username and password.
 bc_user_save(+Actor, +User, -Id) is det
Saves the new user.
 bc_user_list(+Actor, -Sorted) is det
Retrieves the list of users. Retrieved fields are username, fullname and type.
 bc_user(+Actor, +Id, -User) is det
Retrieves the given user.
 bc_user_remove(+Actor, +Id) is det
Removes the given user.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 bc_user_save_initial(Arg1)
 bc_user_update(Arg1, Arg2)