Skip to content
/ gas Public
forked from smillie/gas

GeekSoc Account System web interface

License

Notifications You must be signed in to change notification settings

GeekSoc/gas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekSoc Account System (GAS) BuildStatus

The GeekSoc Account System (GAS) is a web frontend to our LDAP database.

##Purpose There are three primary use cases for GAS:

  • Allow new members to register for accounts
  • All existing members to manage their account details, change password etc.
  • Allow administrators to add/edit and delete accounts and groups

These are all currently implemented in GAS.

##Bugs and Feature Requests

There are several outstanding bugs and features waiting to be implemented. These can be found on Mantis.

Any and all patches are welcome ;)

##Testing

To run the tests:

$ phpunit tests

##Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_gas)
  3. Commit your changes (git commit -am "Added awesomeness")
  4. Push to the branch (git push origin my_gas)
  5. Open a Pull Request and wait.

About

GeekSoc Account System web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • PHP 41.1%
  • JavaScript 15.6%