Rename script name and table name for
temporary users. Updated message, after account reactivation. Updated message, post account application. Updated Form name, Registration instead of Registration Form. Updated CMS_USER to have two optional features used for temporary users. Updated CMS_AUTH_API to user CMS_USER instead of CMS_TEMPORAL_USER Removed CMS_TEMPORAL_USER Updateed CMS_AUTHENTICATION_MODULE, with new permission to enable activate, reject or reactivate a pending user registration. Updated User Storage and API to create a new user from a temporal user.
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
note
|
||||
description: "Summary description for {CMS_TEMPORAL_USER}."
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
CMS_TEMPORAL_USER
|
||||
|
||||
inherit
|
||||
|
||||
CMS_USER
|
||||
|
||||
create
|
||||
make,
|
||||
make_with_id
|
||||
|
||||
feature -- Access
|
||||
|
||||
application: detachable STRING_32
|
||||
-- User application
|
||||
|
||||
feature -- Element change
|
||||
|
||||
set_application (an_application: like application)
|
||||
-- Assign `application' with `an_application'.
|
||||
do
|
||||
application := an_application
|
||||
ensure
|
||||
application_assigned: application = an_application
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user