Table of Contents
[](xref:Abyss.Parts.LookUp.Index)

User Information LookUps

you are here (click to zoom) - discover the stack

Dnn has various LookUps built in, which won't be available on Oqtane:

  1. User - current user information
  2. Membership - ASP.net user information
  3. Profile - user profile (values not in the normal User object)

User Tokens

Token Description Result
[User:DisplayName] User’s Display Name
[User:Email] User’s Email Address
[User:FirstName] User’s First Name
[User:FullName] (deprecated)
[User:LastName] User’s Last Name
[User:Username] User’s Login User Name

Membership Tokens

Token Description Result
[Membership:Approved] Is User Approved?
[Membership:CreatedOnDate] User Signup Date
[Membership:IsOnline] Is User Currently Online?

User Profile Tokens

Token Description Result
[Profile:<property>] Use any default or custom Profile Property as listed
in Profile Property Definition section of Manage User Accounts.
Use non-localized Property Name only.
-

Other Dnn Token Sources

Note that according to the Dnn-Source-Code there are a total of 11 sources (status 2015-05-05). The ones not mentioned here but are relevant to the User are:

  • Culture

History

  1. Params added in 2sxc ca. v2