• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New Topic - SSO

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ol�,

Implementei a classe SSO de forma que meu login possa se integrar ao do f�rum, por�m, gostaria de saber se existe uma forma de bloquear postagens an�nimas, ou seja, postagens de usu�rios que n�o efetuaram o login em minha aplica��o.

Algu�m tem alguma dica? Isso � configuravel?

Obrigado!

Rodrigo.
[originally posted on jforum.net by rodrigo.marini]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No offense, but - as you might have noticed - the language in the support forum is English ... so that most ppl are able to read, contribute and get informations from it ...

Oder w�re es dir lieber, wenn ich in meiner Muttersprache schreiben w�rde?

I'd be kind if you could repost your message in English language please. Otherwise only few ppl would ever be able to help, and even less will find valuable informations from it ..

Thanks
[originally posted on jforum.net by Sid]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry!

I do not want to cause problems� but my english isn't good! :lol:

I wonder if it is possible don't allow anonymous posts on my forum, since I implemented the SSO class to integrate login of the forum with my application.


if the user will be "ANONYMOUS_USER_ID" then I do not want to let him post!

How this is possible? I need to configure some file?

Once again, excuse the post in portuguese language...

Please help me! since already I am very thankful!

Bye!

Rodrigo




[originally posted on jforum.net by rodrigo.marini]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you can, and you dont even have to program for that ;)

You can configure the permissions of "general" group. This is where "anonymous user" is linked to.

There you'll find several entries about reading, posting, anonymous posting, ... you can give anonymous users the rights you want them to have

The entry you may look for in special is:
Anonymous Posts
Deny anonymous posts

There you have to mark all forums where the anonymous user will not be allowed to write to ...

I hope I could help you
[originally posted on jforum.net by Sid]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I understood�

But, isn't possible to configure this in the file so the "admin user" doesn't change ?

Tank's!

Rodrigo
[originally posted on jforum.net by rodrigo.marini]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi...

To be more accurate, which field in the data base(colum) must be changed
so that the "anonymous user" doesn't insert posts in the my forum?

Tank's...

Rodrigo
[originally posted on jforum.net by rodrigo.marini]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Satisfied! Thank you!


[originally posted on jforum.net by rodrigo.marini]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic