mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
614 B
Plaintext
12 lines
614 B
Plaintext
created: 20140811112445887
|
|
modified: 20140811113336694
|
|
tags: Messages
|
|
title: WidgetMessage: tm-login
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-login
|
|
|
|
The login message prompts the user for a username and password and attempts to login to the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.
|
|
|
|
The login message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SyncAdaptorModule|SyncAdaptorModules]] (typically the ''tiddlywiki/tiddlywebadaptor'' plugin).
|
|
|