Class LoginConlet

All Implemented Interfaces:
Iterable<ComponentType>, Channel, ComponentType, Eligible, Manager

As simple login conlet for password based logins.

The users are configured as property “users” of the conlet:

"...":
  "/LoginConlet":
    users:
      admin:
        # Full name is optional
        fullName: Administrator
        password: "$2b$05$NiBd74ZGdplLC63ePZf1f.UtjMKkbQ23cQoO2OKOFalDBHWAOy21."
      test:
        fullName: Test Account
        password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
        

Passwords are hashed using bcrypt.