rejetto forum

Disabled users page

0 Members and 1 Guest are viewing this topic.

Offline MelkiyProd.

  • Occasional poster
  • *
    • Posts: 70
  • Languages: English, Русский, Українська.
    • View Profile
Hi all, how can I create a special page for which users whom I disabled will redirect to that page? If such features aren't present, I hope it will appear in future releases.

After login, if users account was disabled, user just can't enter to server via his login without any explanation.
« Last Edit: May 26, 2015, 05:15:25 PM by MelkiyProd. »


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
... don't see a good disable account feature for this..., but this is how you do a user login redirect:
(with out applying group level restrictions... the account when logged in can got to an address on that sever through that account...)

see picture(login redirected

Possible solution:
the only way i see a "disable" user feature for you is to create a group  called "disabled", and give none access to that group form root!

the same for "enabled" and give only account access to that group!

then your redirect page can be whatever, not allowing the user access to the server...

« Last Edit: May 27, 2015, 01:48:20 AM by bmartino1 »
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
truly disabled accounts just don't work.
as bmartino1 suggests, you can try to get the behavior you want by flagging accounts with groups.
One way is to have a group for enabled ones, and you give permissions to them.
Another is that you have a group for disabled ones, and with event scripts you detect any request from them and you try to redirect them. (i'm not sure it will work flawlessly)