Jan wrote > The post I made probably wasnt clear enough. The end user can change their > password, groups, rosources etc... The changes the end user does is seen > in > the admin console. > > What I basically need is, that the end user changes the stuff he needs, > this > gives me a notification in my admin console, where I will be making the > changes after checking them.
Hi, as admin, do you only want a notification of user self-made changes? This is not possible by default, it requires some customization. What can be achieved OOTB with Flowable is instead to subject user self-update via EndUser UI to admin approval. Some example of such a feature is shown by the demo configuration; log in as bellini / password in http://syncope-vm.apache.org:9080/syncope-enduser/ then go to Groups and add 'groupForWorkflowApproval', then click Finish, input the CAPTCHA and click Save. Now, if you log in http://syncope-vm.apache.org:9080/syncope-console/ as admin, you will notice that the handshake top icon has 1 notification available, and if you click on "View all forms" you will see that there are some pending changes to approve. HTH Regards. -- Sent from: http://syncope-user.1051894.n5.nabble.com/
