Re: Password in Clear Text in User Registration

2017-11-23 Thread Francesco Chicchiriccò
On 24/11/2017 06:21, Ravindra Singareddy wrote: Hi All, Is any way to suppress password field not to display in registration restful call? Here is the request is seen in the client call. Hi Ravi, of course this is not possible, unless you don't want to set a password for the user being cr

Re: Phone Number As Username

2017-11-23 Thread Francesco Chicchiriccò
On 24/11/2017 06:28, Ravindra Singareddy wrote: Hi All, Couple of months added email address as username for Syncope. Similar way it is useful to provide Phone Number(Mobile Number) as username for syncope so that it will be useful in mobile applications interfacing with Syncope. This will b

Re: Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

2017-11-23 Thread Francesco Chicchiriccò
Nice catch! I've added it to https://cwiki.apache.org/confluence/display/SYNCOPE/FAQ#FAQ-WithWildfly10,Igettheerror%22Unknown:ClassNotFoundException:com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl%22 Regards. On 24/11/2017 06:00, Ravindra Singareddy wrote: This issue is

Phone Number As Username

2017-11-23 Thread Ravindra Singareddy
Hi All, Couple of months added email address as username for Syncope. Similar way it is useful to provide Phone Number(Mobile Number) as username for syncope so that it will be useful in mobile applications interfacing with Syncope. This will be great additional functionality to Syncope. Thanks

Password in Clear Text in User Registration

2017-11-23 Thread Ravindra Singareddy
Hi All, Is any way to suppress password field not to display in registration restful call? Here is the request is seen in the client call. ID: 2 Address: http://localhost:8080/syncope/rest/users?storePassword=true Http-Method: POST Content-Type: application/json Headers: {X-Syncope-Domain=[Master

RE: Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

2017-11-23 Thread Ravindra Singareddy
This issue is resolved by adding following entries to wildfly-10.1.0.Final ($JBOSS_HOME/modules/sun/jdk/main/modules.xml) Reference: https://stackoverflow.com/questions/15684993/class-from-rt-jar-not-found Thanks Ravi