Re: [cas-user] Re: Cas Default language

2019-02-18 Thread john adz
Hi, I'm trying with Chrome incognito. I write what I wrote in application.properties, but still in English. Do I delete the messages.properties file and see the messages_uk.properties file? Do I have to make a change elsewhere? Thanks, On Monday, February 18, 2019 at 12:44:23 PM UTC+3, Andy N

Re: [cas-user] Re: Cas Default language

2019-02-17 Thread john adz
Hi, I added the following lines in application.properties. Unfortunately, it did not happen. He doesn't see the change here. It comes in English. cas.locale.paramName=locale cas.locale.defaultValue=uk Thanks, On Mon, Feb 18, 2019 at 4:20 AM Andy Ng wrote: > Hi John, > > Try this: > > https

[cas-user] Cas Default language

2019-02-17 Thread john adz
Hi, cas i want to change default language. default file. But I want the default of messages_uk.properties file. locale = uk comes when I do, but I don't want to do that. I changed the contents of the messages.properties file and copied the contents of the messages_uk.properties file there. But he

Re: [cas-user] CAS Attribute

2019-01-23 Thread john adz
gt; > Ray > > On Tue, 2019-01-22 at 10:41 +0300, john adz wrote: > > Hi Ray, > Thanks for your answer. I've done something, and I see e-mails in the > logs. But I don't know how to send this email address to the application. > Or I don't know if I'm

Re: [cas-user] CAS Attribute

2019-01-22 Thread john adz
.mail=email > > as described here? > > https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#jdbc > > > > > On Tuesday, January 22, 2019 at 10:23:28 AM UTC+1, john adz wrote: >> >> Hi Michele, >> >> I get an invalid property

Re: [cas-user] CAS Attribute

2019-01-22 Thread john adz
e new attribute "mail" is what you want to release. >> >> cas.authn.attributeRepository.attributes.mail=email >> cas.authn.attributeRepository.defaultAttributesToRelease=*mail* >> >> Michele >> >> >> On Tuesday, January 22, 2019 at 8:41:38 AM UTC+1, joh

Re: [cas-user] CAS Attribute

2019-01-21 Thread john adz
://apereo.github.io/cas/5.0.x/integration/Attribute-Release.html > > Ray > > On Mon, 2019-01-21 at 16:30 +0300, john adz wrote: > > Hi Michele; > > I tried to do as you said. I am sending the contents of the file. Can you > help me? > > applicatio

Re: [cas-user] CAS Attribute

2019-01-21 Thread john adz
elps > Michele > > On Sunday, January 20, 2019 at 7:37:34 PM UTC+1, john adz wrote: >> >> I added what you said in the file, but I got an error. The file contents >> and the output of cas.log are as follows. >> >> application.properties >&

Re: [cas-user] CAS Attribute

2019-01-20 Thread john adz
perties.html#jdbc-1, > you may need cas.authn.attributeRepository.jdbc[0].attributes.mail=mail > > Ray > > On Fri, 2019-01-18 at 21:55 +0300, john adz wrote: > > Hi, > > Hello, I want to send other information such as mail address or firstname > which is registe

Re: [cas-user] CAS Attribute

2019-01-18 Thread john adz
being released, use this logging: > > > name="org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy" > level="debug"/> > > Ray > > On Fri, 2019-01-18 at 04:16 -0800, john adz wrote: > > Hi, > I did cas mysql auth

[cas-user] CAS Attribute

2019-01-18 Thread john adz
Hi, I did cas mysql authentication. I want to send cas service to the user's email address. Add attribute, but not. Can you help me? application.properties cas.authn.accept.users= cas.authn.jdbc.query[0].fieldUser=username cas.authn.jdbc.query[0].sql=SELECT password FROM users WHERE username