Freeware Listing: User

UserManagemeNT Lite is the free version of UserManagemeNT Professional, featuring advanced user creation for Windows NT and Active Directory networks including user resources, such as home directories & shares, customizable permissions, group memberships and Exchange mailboxes. UserManagemeNT Lite features a graphical user interface, advanced username and password generation algorithms and template based configuration..

  • Publisher: Tools4ever
  • Date: 16-08-2003
  • Size: 4158 KB
  • Platform: Win2000, WinOther

UserManagemeNT offers complete user account life-cycle management through three integrated modules. Professional features advanced user creation, modification and removal of user accounts including resources such as home directories and Exchange mailboxes. Import features advanced mass user creation using CSV files and the Delegation module offers granular delegation of administrative tasks similar to the Professional module..

  • Publisher: Tools4ever
  • Date: 16-08-2003
  • Size: 4158 KB
  • Platform: Win2000, WinOther

UserManagemeNT Lite is the free version of UserManagemeNT Professional, featuring advanced user creation for Windows NT and Active Directory networks including user resources, such as home directories & shares, customizable permissions, group memberships and Exchange mailboxes. UserManagemeNT Lite features a graphical user interface, advanced username and password generation algorithms and template based configuration..

  • Publisher: Tools4ever
  • Date: 24-02-2011
  • Size: 4158 KB
  • Platform: Win2000, WinOther

UserManagemeNT offers complete user account life-cycle management through three integrated modules. Professional features advanced user creation, modification and removal of user accounts including resources such as home directories and Exchange mailboxes. Import features advanced mass user creation using CSV files and the Delegation module offers granular delegation of administrative tasks similar to the Professional module..

  • Publisher: Tools4ever
  • Date: 25-08-2011
  • Size: 4158 KB
  • Platform: Win2000, WinOther

User Counter is remarkably easy to use and 100% free! Just fill in the form below with a couple of details, and you'll have the HTML code ready to paste onto your site!.

  • Platform: Misc Scripts

Lepide Local User Management is one such proficient software that can assist you in administering all the user account present within the domain in the most simplified manner. With the help of this software, you can also reset the local user password and enable or disable account status as well. This free local user management software is very useful in conditions when you require taking complete control of the local user accounts. This local user management tool enables you to change the status of any user account in just a matter of few minutes. Now, there is no need to manage user accounts manually.

  • Platform: WinOther

These two SQL*Plus scripts run SQL to find all privileges and roles granted to a specified user or role. Each script spools its output to a file which is then opened in Notepad..

  • Platform: JavaScript, Scripts

This script solicits a table privilege and grantee user name at the SQL*Plus prompt, then builds and executes a file of GRANT statements to grant the privilege on all user tables to the grantee user..

  • Platform: JavaScript, Scripts

User defined print button script creates an image that acts as a print button. The button appearance can be customized by modifying the appropriate code. The script is cross browser compatible..

  • Platform: JavaScript, Scripts

this algorithm predicts the received signal strength for the mobile user to avoid fluctuation in received signal strength during localization of the mobile user(finding mobile user's location).

  • Publisher: Bachan P
  • Date: 03-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

User Spam Remover is a plugin for WordPress that automatically removes spam user registrations and other old, never-used user accounts. It also blocks the notification e-mail that WordPress normally sends to the administrator whenever a new user registers (annoying when that registration is spam!) and logs it instead. The plugin adds a configuration panel so that all of these options can be turned on or off, and it logs and fully backs up all user accounts that it deletes, so that you can restore them if you need to. Features: * Automatically deletes user registration spam and other orphaned, never-used accounts.

  • Publisher: joelhardi
  • Date: 15-05-2013
  • Size: 72 KB
  • Platform: PHP, Scripts

User Suspend provides an interim step between account blocking and account deletion. The user record, user roles and optionally user-created nodes and comments are transferred to separate tables where they are not accessible by the normal Drupal system. Suspended users can be reinstated at any time, recovering all of their previous settings, roles, nodes, and comments..

  • Publisher: John Money
  • Date: 25-05-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

User List provides an API to extend the User Administration user list (admin/user/user) by adding filters and data columns. The module adds one filter and data column through its own API that may help account administration: last access time. Options are provided to hide or reformat several of the default data columns so that the display does not become overly crowded. User List displays badge icons to visually indicate commonly needed information for administration: Account blocked, New account, and Account online. These badges may optionally be displayed on user profile pages to user's with "administer users" or "view badge icons" access permission.

  • Publisher: John Money
  • Date: 17-03-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

Evaluate a users expertise and display the result on the user's profile page..

  • Platform: PHP, Scripts

The user Visits module tracks visits and referer from other users on a user's profile page. It displays the latest visitors on a user's profile page and provides two blocks one with the latest visitors on a user's profile page and one with the latest visitors on own profile page..

  • Platform: PHP, Scripts

Enables a flickr-style user picture editor, where the user may re-crop and resize their user picture once it's uploaded. The module automatically takes the maximum picture size from the settings in the User module, and maintains the aspect ratio of the uploaded picture based on these. NB: uses the excellent javascript Image Cropper, which due to non-gpl licensing, needs to be downloaded from Defusion's site. See the readme.txt for more detailed installation instructions..

  • Platform: PHP, Scripts

This module allows a user to "ignore" content from other users that they do not wish to view. Node and comment content from an ignored user is hidden from view on a page. A message is displayed above the hidden block of content with a link to the user's "ignore list" and a link to toggle display of the ignored user's block of content in that node or comment. This was inspired by a phpbb hack. See http://www.phpbbhacks.com/download/789 for more information This module was developed in part for the Beijinger website http://www.thebeijinger.com..

  • Platform: PHP, Scripts

*** Update ***: This project has been commited to drush HEAD, and will be a part of drush4: http://drupal.org/node/663322#comment-3129932 As such, there is no supported release of this project, and it may be considered deprecated. If you need drush_user for drush3, you may download and apply this patch: http://drupal.org/files/issues/user.drush_.inc__8.patch This aims to be a user management plugin for drush. It should be compatible with drupal 5-7. The project currently supports the following functionality: * add users * block/unblock * assign/unassign roles * delete users Example: acrollet@localhost:/var/www/drupal $ drush user-create newdude --password='asldfj' --mail='foo1@foo.

  • Publisher: acrollet
  • Date: 21-02-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Allows users to rate other users. Each user's rating (the voting results) is displayed on his or her user page. Currently, there is no explicit voting functionality. A vote can only be cast by calling the API function uservote_set_user_rating(). The API is as follows: uservote_set_user_rating($user, $vote) Rate a user. uservote_get_user_results($user) Gets a user's voting results from the cache/database. Notes: * User Vote depends on the Voting API. * The "Ratings" section on user pages can only be seen with the proper permissions..

  • Publisher: colan
  • Date: 15-05-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

The User Visits Advanced module is a contrib module for the User Visits module. It is extremely useful for social networking sites who wish to provide their users with statistics about the number of times a the users profile page is being viewed and by which other users. See the provided screen shot how the block of this module can look like. This module comes with its own database table to store statistics per user profile (uid). At cron time, the data from the user_visits table is collected, aggregated and stored in the user_visits_adv table. It stores * the total number of visits per uid * the number of visits of the X past days per uid * the most recent visitors uids of the past Y hours Installation * Enable the user_visits_adv module * Go to admin/user/user_visits and the advanced fieldset * You can choose to enable the...

  • Platform: PHP, Scripts

User: Freeware | All

New Reviews


Graphs Made Easy

For some students, understanding statistics is a tough mountain to climb. However, this problem can be easily solved using pictorial representation of numbers and data, popularly known as Graphs. Since Graphs are easier to interpret, these are often ...


Windows Movie Maker

Windows movie maker, expressed as windows live movie maker in the latest updates, is a piece of video and picture editing software for windows (as the name of the software no doubt suggests) designed to be simple, easy to use while still keeping as ...


Time Fighter

Time fighter is a free ware game in the general two dimensional shooter genre. Many of the traits the game has are very generic and taken from and used by every other game in its genre, mainly the two dimensional field, the way the character (which ...


Disk Drive Administrator

Disk Drive Administrator is a really simple and easy to use program that lets you deny access to and hide different drives, partitions and network shares on a computer. It also lets you disable AutoRun features.

The main Disk Drive ...


WinLock

WinLock is a program that helps users lock down and limit access to certain functions of a Windows PC. Applications such as WinLock are crucial in environments where public access is allowed to PC’s, such as libraries or internet cafes, as ...


USB Guardian

Gone are the days when Floppies, magnetic tapes and rewritable disks were used to transfer data. Nowadays, USB Flash Drives are used to transfer files. USB Flash Drives are faster, cheaper, easier and more convenient way to transfer data. Along with ...


End Of Room

End of room is a free ware platformer game with a black and white retro feel to it, like the game shift, except where shift innovated on the concept of a puzzle platformer, end of room does the exact opposite. Firstly though, the premise. In end of ...


Astronoid

Astanoid is a freeware arcade game which takes the core gameplay elements and ideas from the classic game breakout (also known as arcanoid) but instead of being a generic clone like every other game which takes the basic game mechanics from ...


Jewel Quest 3 Game

Jewel quest (3) is a free ware downloadable game from Free Ride games, a game development studio with a fair number of high quality games on this website. Jewel quest isn't an exception to this rule. Jewel quest is essentially a clone of the ...



New Downloads

Keyword Grouper Pro

Keyword Grouper Pro groups
your keywords into tight,
relevant keyword groups. You
simply paste in your list of
keywords ...

cliEN

cliEN is a modern command
prompt encryption / decryption
tool that provides very high
protection

Aiseesoft Free MXF
Converter for Mac

Aiseesoft Free MXF Converter
for Mac can help Mac users
convert MXF recordings to AVI,
MP4, MOV, WMV, HD AVI, HD MP4,
HD ...

Jet Cleaner Speed Booster

Jet Cleaner is the perfect app
for you if your device has
become slow, if your battery
drains too quickly, if you
want ...

Secure Eraser

Secure Eraser uses the most
renowned method of data
disposal and overwrites
sensitive information in such
a sure way that ...

Network Monitor II

The Network Monitor II (wired
and wireless) will show you
SSID, signal quality, Internal
IP address, External IP
address ...

WinX Free MP4 to 3GP
Converter

WinX Free MP4 to 3GP Video
Converter is a FREE video
converter for converting MP4
video to 3GP format. This free
MP4 to ...

ShareZilla

ShareZilla is an exciting p2p
file sharing client based on
Shareaza app that employs the
latter\'s main core and adds a
...

LightMan Converter

LightMan Converter is a highly
recommended audio program for
those looking for a lite,
accessible CD ripping, audio
...



Related Searches

Api For User Inactiv
Asterisks User Manag
User Free Am
User Email Bulk
Multi User Buy
User Burnintest
Biling Server User
Compare Ad User Accounts
Cross Platform User Interface
Multi User Accounting Software
User Guide Manual
User Level Security