Under Construction
Standard Login Widget

$d = new AppGiniHelper\UI\Dashboards\Dashboard(); list($column, $other) = $d->create([4, 8]); $column->addLoginWidget("Title");
Show login only if we are not logged in
$d = new AppGiniHelper\UI\Dashboards\Dashboard(); list($column, $other) = $d->create([4, 8]); if (getLoggedMemberID() == "guest") { $column->addLoginWidget("Title"); }
Compact Login Widget

$d = new AppGiniHelper\UI\Dashboards\Dashboard(); list($column, $other) = $d->create([4, 8]); $column->addLoginWidget("Title")->compact(true);
Notes
At the moment, I do not intend to add more options like "Remember me" or "Forgot Password" to this dashboard widget.
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
If something is not working as expected with your code, please post your detailed bugreport in the forum and make use of the free community support. This here is website feedback, only.