Ticket #811 (closed Defect: fixed)

Opened 9 years ago

Last modified 9 years ago

Anonymous can't create User Accounts

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.7
Component: DeepaMehta Standard Distribution Version: 4.6.1
Keywords: Cc: dgf, Malte
Complexity: 3 Area:
Module: deepamehta-accesscontrol

Description

... due to lacking permissions.

However this is needed in conjunction with the "DM4 Sign-up" 3rd-party plugin.

Change History

comment:1 Changed 9 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Jörg Richter <jri@…>

In 0ea41e9db9f94e5c8db8e1fec63d5a2e526f6eca/deepamehta:

Support for "DM4 Sign-up" 3rd-party plugin (#811).

Anonymous can call the AccessControlServices createUserAccount() method.

See #811.

comment:3 Changed 9 years ago by Jörg Richter <jri@…>

In 6615c7656ae70b16ec51fadf5f52e57aa9278d94/deepamehta:

Support for "DM4 Sign-up" plugin, pt.2 (#811).

CHANGES

2 changes in AccessControlServices Topic getUsernameTopic(String username) method:

  1. can be called by anonymous
  2. is RESTful:
    GET /accesscontrol/username/{username}
    

Returns the corresponding Username topic or 204 No Content if there is no such username.

See #811.

comment:4 Changed 9 years ago by Malte

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.