Koozali.org: home of the SME Server

Pseudonyms creation

ssirio

Pseudonyms creation
« on: October 06, 2006, 03:48:13 PM »
Hi all,

the sme server create automatically for all user two pseudonyms, one with the dot and one with the underscore, is possible to create only one?
I can add automatically all new users into a group?

Thanks

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Pseudonyms creation
« Reply #1 on: October 06, 2006, 08:46:09 PM »
Quote from: "ssirio"

the sme server create automatically for all user two pseudonyms, one with the dot and one with the underscore, is possible to create only one?


You would need to modify code to do that. But why don't you just ignore the ones you do not wish to use?

Offline mmccarn

  • *
  • 2,657
  • +10/-0
Pseudonyms creation
« Reply #2 on: October 07, 2006, 05:03:53 PM »
You might want to look at Lazy Admin Tools for tools that let you make bulk changes to user accounts.

ssirio

Re: Pseudonyms creation
« Reply #3 on: October 09, 2006, 05:17:10 PM »
Quote from: "CharlieBrady"
Quote from: "ssirio"

the sme server create automatically for all user two pseudonyms, one with the dot and one with the underscore, is possible to create only one?


You would need to modify code to do that. But why don't you just ignore the ones you do not wish to use?


Thanks Charlie,
the alias with the underscore is used to provide a faxbox to users and i dont want to change this system.
At this point, i need to remove manually the pseudonyms.

Offline robwellesley

  • *
  • 92
  • +0/-0
Pseudonyms creation
« Reply #4 on: October 24, 2006, 02:32:32 PM »
Well you can delete them but any event (like post-upgrade) that calls the update-user0psuedonyms action will just go and cretae themall over again :(

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Pseudonyms creation
« Reply #5 on: October 24, 2006, 06:59:26 PM »
Quote from: "robwellesley"
Well you can delete them but any event (like post-upgrade) that calls the update-user0psuedonyms action will just go and cretae themall over again :(


It won't create them if there are accounts db entries already with that key. Original poster can do something like:

db accounts delete first_last
db accounts set first_last faxbox
signal-event email-update