• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

About the users

 
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 can't find the permissions tool in the new version (2.1.5). How can I administrate the users???


[originally posted on jforum.net by jarkaos]
 
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
It is all at Admin Panel -> Groups

Starting from 2.1.5 it is only possible to set permissions for groups.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
ok thanks.
but i have another problem. When a user want to register in the forum he needs to write his user name, etc in order to make a count. I want to do this: in the register page show a message and invite to the user send an email to me and I decide if I make or not a count for him. I have change the file name user_new.htm to user_news.htm in order to make an error and show the message about the send an email. This mean att the register link is no working riht now and here is the problem, how can I make a new count if I can't use the register link? If I make available the link anyone can make a count and I will not have control over them.
Can I by someway make de new count direct in the database? If I can, how can I make the password, becouse it is ecrypted in the database.

Pd.: the file user_new.htm is still in the forum's directory.

[originally posted on jforum.net by Anonymous]
 
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
You can completely change the user_new.htm file, in order to display your custom form.

The user password is stored as a MD5 hash!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
This tiny ad is wafer thin:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic