====== Configuration Setting: signature ====== Configures how the signature string of logged in users should look like. You can use all variables defined by the [[phpfn>strftime]] function and the following special variables: ^ variable ^ gets replaced with ^ | @USER@ | The user's login name | | @NAME@ | The user's full name | | @MAIL@ | The user's e-mail address | | @DATE@ | The current date and time formatted as specified in [[config:dformat]] | * Type: String * Default: ''%% --- //[[@MAIL@|@NAME@]] @DATE@//%%'' Some people may prefer to use something shorter like: ''%% --- //[[@MAIL@|@USER@]] %b%e//%%''. If you want to have user pages you could use something like this: ''%% --- //[[user:@USER@|@NAME@]] @DATE@//%%'' ===== See also ===== * [[:config:|Configuring DokuWiki]]