I was just thinking that there is probably an improvement that should be
made to my code before deployment.
The WebId.XWikiUserProfileSheet which replaces the profile sheet allows the user in view
mode to create a new key. On clicking submit the key gets added to the browser, and a the
modulus and exponent of the RSA key are added as an object to the user's page.
Usually changes to a profile are made in edit mode. In edit mode it should be possible for
the user also to create a key, and even more so, to delete them. How do I integrate the
view mode and the edit mode a bit better?
The easiest way to understand the problem is probably to install this on a local
development version...
Henry
On 25 Feb 2010, at 19:43, Story Henry wrote:
I placed the jar and xar here:
http://bblfish.net/tmp/2010/02/xwiki/
to make it simpler. Though git is quite easy to get btw. For OSX I found it here
http://code.google.com/p/git-osx-installer/
The README for installation is online here:
http://github.com/bblfish/keygenapp/blob/master/xwiki/README.txt
Henry