Ticket #415 (closed Enhancement: fixed)

Opened 12 years ago

Last modified 12 years ago

Easify revelation of current User Account

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.1
Component: DeepaMehta Standard Distribution Version: 4.0.14
Keywords: Cc: dgf, Malte
Complexity: 2 Area: GUI / Usability
Module: deepamehta-accesscontrol

Description

A logged in user might want reveal its own User Account topic, e.g. to change the password.
Currently she must reveal the topic by using search.

Clicking the user name in the login status (upper/right) should reveal the User Account topic instantly.

Thanks, dgf, for this idea.

Change History

comment:1 Changed 12 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 12 years ago by Jörg Richter

Contacts: add further index modes (#420, #415).

You can search a Person by its entire name, either by phrase search or boolean search e.g.

    "Terry Winograd"
    Terry AND Winograd

You can search Persons and Institutions by combined Address terms, e.g.

    Hauptstraße AND Berlin
    10829 AND Berlin

For developers: you can key-search for a User Account topic by its username, e.g.

    curl localhost:8080/core/topic/by_value/dm4.accesscontrol.user_account/terryw

In preparation for #415 (Easify revelation of current User Account).

See ticket 420.
See ticket 415.

comment:3 Changed 12 years ago by Jörg Richter

  • Status changed from accepted to closed
  • Resolution set to fixed

Access Control: reveal user account topic (#415).

Clicking the user name in the login status (upper/right) reveals the User Account topic.
This is useful when the logged in user want to change hers password.

Webclient public client-side API:

dm4c.render.link() is new utility method.

Close ticket 415.

Note: See TracTickets for help on using tickets.