Added possibility to change its own username.

This commit is contained in:
2017-02-06 18:40:20 +01:00
parent 1c829e16ff
commit 784891705f
6 changed files with 184 additions and 21 deletions

View File

@@ -227,7 +227,7 @@ feature -- Form
end
new_edit_form (a_user: detachable CMS_USER; a_url: READABLE_STRING_8; a_name: STRING): CMS_FORM
-- Create a web form named `a_name' for uSER `a_YSER' (if set), using form action url `a_url'.
-- Create a web form named `a_name' for user `a_user' (if set), using form action url `a_url'.
local
f: CMS_FORM
th: WSF_FORM_HIDDEN_INPUT
@@ -309,8 +309,6 @@ feature -- Form
Result := f
end
populate_form (a_form: WSF_FORM; a_user: detachable CMS_USER)
-- Fill the web form `a_form' with data from `a_node' if set,
-- and apply this to content type `a_content_type'.
@@ -531,5 +529,4 @@ feature -- Generation
Result := l_token + url_encoded (u.name) + u.creation_date.out
end
end