mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
		| @@ -68,6 +68,13 @@ var	config = require('../config.js'), | ||||
| 				io.sockets.emit('user.latest', {username: username}); | ||||
|  | ||||
| 				global.socket.emit('user.create', {'status': 1}); | ||||
|  | ||||
| 				global.socket.emit('event:alert', { | ||||
| 					title: 'Thank you for registering', | ||||
| 					message: 'You have successfully registered - welcome to nodebb!', | ||||
| 					type: 'notify', | ||||
| 					timeout: 2000 | ||||
| 				}); | ||||
| 			}); | ||||
| 		}); | ||||
| 	}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user