Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ For more information on contributing to this repository visit [Contributing to a
- Insert the widget in a page
- Configure the properties

## Usage in offline apps
This widget can be used in offline apps. This is useful when anonymous access is enabled, offline synchronization is only enabled after login with a named user.

Note that forgot password functionality cannot be used for offline apps as this requires a microflow call.

## Properties

### Display
Expand Down
2 changes: 1 addition & 1 deletion src/LoginForm/LoginForm.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<widget id="LoginForm.widget.LoginForm" needsEntityContext="false"
<widget id="LoginForm.widget.LoginForm" needsEntityContext="false" offlineCapable="true"
xmlns="http://www.mendix.com/widget/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../../xsd/widget.xsd">
Expand Down